Fixed bug with disappearing menus. They were
drawn under all other windows all but the first time. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
15c6934360
commit
90f501b16e
@ -102,11 +102,7 @@ bool wxPopupWindow::Show( bool show )
|
||||
{
|
||||
bool ret = wxWindowX11::Show( show );
|
||||
|
||||
#if 0
|
||||
int x,y;
|
||||
GetSize( &x, &y );
|
||||
printf( "popup size %d, %d\n", x, y );
|
||||
#endif
|
||||
Raise();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user