parent
ec25a5c83c
commit
6eb6c52bee
1 changed files with 3 additions and 1 deletions
|
|
@ -653,7 +653,9 @@ void wxWebViewWebKit::RegisterHandler(wxSharedPtr<wxWebViewHandler> handler)
|
|||
- (void)doCommandBySelector:(SEL)aSelector
|
||||
{
|
||||
wxWidgetCocoaImpl* impl = (wxWidgetCocoaImpl* ) wxWidgetImpl::FindFromWXWidget( self );
|
||||
if (impl)
|
||||
if (aSelector != @selector(noop:))
|
||||
[super doCommandBySelector:aSelector];
|
||||
else if (impl)
|
||||
impl->doCommandBySelector(aSelector, self, _cmd);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue