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:
Robert Roebling 2002-02-14 19:55:26 +00:00
parent 15c6934360
commit 90f501b16e

View File

@ -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;
}