]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/window.cpp
added wxNativeContainerWindow and implemented it for wxMSW and wxGTK
[wxWidgets.git] / src / x11 / window.cpp
index 0c69ed36f656c36a3e6cc5ebdd16bb61ef270a36..b437ef79f65eb8ac2d55262b88a69aac1e8791bc 100644 (file)
@@ -1317,7 +1317,7 @@ void wxWindowX11::OnInternalIdle()
 
     // This calls the UI-update mechanism (querying windows for
     // menu/toolbar/control state information)
-    if (wxUpdateUIEvent::CanUpdate((wxWindow*) this) && IsShown())
+    if (wxUpdateUIEvent::CanUpdate((wxWindow*) this) && IsShownOnScreen())
         UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
 
     // Set the input focus if couldn't do it before