]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
make it possible to open files from XRC in wxHtmlWindow
[wxWidgets.git] / src / gtk1 / window.cpp
index 8f73c4e2db7ad7f02f261df34e9a02daa05a5a54..9b8f1de926c3e28897cc3c42709a0505a127bc4e 100644 (file)
@@ -2786,11 +2786,6 @@ void wxWindowGTK::OnInternalIdle()
         g_sendActivateEvent = -1;
 
         wxTheApp->SetActive(activate, (wxWindow *)g_focusWindowLast);
-
-        wxActivateEvent event(wxEVT_ACTIVATE_APP, activate, GetId());
-        event.SetEventObject(this);
-
-        (void)GetEventHandler()->ProcessEvent(event);
     }
 
     wxCursor cursor = m_cursor;