Make gtk1.x happy again
This commit is contained in:
@@ -153,7 +153,7 @@ protected:
|
|||||||
|
|
||||||
wxWindow* win = wxGetActiveWindow();
|
wxWindow* win = wxGetActiveWindow();
|
||||||
|
|
||||||
#if defined(__WXGTK__)
|
#if defined(__WXGTK20__)
|
||||||
if ( win && !win->IsTopLevel() )
|
if ( win && !win->IsTopLevel() )
|
||||||
{
|
{
|
||||||
win = wxGetTopLevelParent(win);
|
win = wxGetTopLevelParent(win);
|
||||||
|
|||||||
Reference in New Issue
Block a user