]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo correction
authorJulian Smart <julian@anthemion.co.uk>
Fri, 30 May 2008 17:50:45 +0000 (17:50 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 30 May 2008 17:50:45 +0000 (17:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/control.cpp

index a92d10955644de1b2b25148e72258a82d659f6ab..302c5018b610551bb0ace968651c71a0ec519eb9 100644 (file)
@@ -297,7 +297,7 @@ void wxControl::OnInternalIdle()
         GTKUpdateCursor();
     }
 
-    if ( wxUpdateUIEvent::CanUpdate(this) && IsVisibleOnScreen() )
+    if ( wxUpdateUIEvent::CanUpdate(this) && IsShownOnScreen() )
         UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
 }