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:
@@ -102,11 +102,7 @@ bool wxPopupWindow::Show( bool show )
|
|||||||
{
|
{
|
||||||
bool ret = wxWindowX11::Show( show );
|
bool ret = wxWindowX11::Show( show );
|
||||||
|
|
||||||
#if 0
|
Raise();
|
||||||
int x,y;
|
|
||||||
GetSize( &x, &y );
|
|
||||||
printf( "popup size %d, %d\n", x, y );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user