Merge pull request #3 from kollivier/wxPy-3.0-branch

Change the category to avoid duplicate symbol errors
This commit is contained in:
Robin Dunn
2016-02-26 20:44:41 -08:00

View File

@@ -286,11 +286,11 @@ DEFINE_ONE_SHOT_HANDLER_GETTER( wxWebKitCtrlEventHandler )
// This causes various problems when the WebView is editable, though, and it is still possible // This causes various problems when the WebView is editable, though, and it is still possible
// to clear the selection when the view loses focus, so for now, just have it always retain // to clear the selection when the view loses focus, so for now, just have it always retain
// selection regardless of focus state. // selection regardless of focus state.
@interface WebView (Utilities) @interface WebView (Helpers)
- (BOOL) maintainsInactiveSelection; - (BOOL) maintainsInactiveSelection;
@end @end
@implementation WebView (Utilities) @implementation WebView (Helpers)
- (BOOL) maintainsInactiveSelection - (BOOL) maintainsInactiveSelection
{ {