Small changes to wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -296,8 +296,6 @@ void wxApp::ProcessXEvent(WXEvent* _event)
|
||||
while (window && !(win = wxGetWindowFromTable(window)))
|
||||
window = wxGetWindowParent(window);
|
||||
|
||||
// TODO: shouldn't all the ProcessEvents below
|
||||
// be win->GetEventHandler()->ProcessEvent?
|
||||
switch (event->type)
|
||||
{
|
||||
case KeyPress:
|
||||
|
Reference in New Issue
Block a user