From 444c36355c9ab92fef21db1ce5f36113016c8113 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 30 May 2008 17:51:02 +0000 Subject: [PATCH] Typo correction git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/control.cpp b/src/gtk/control.cpp index 65f8fcdbb4..a75aa6212f 100644 --- a/src/gtk/control.cpp +++ b/src/gtk/control.cpp @@ -373,7 +373,7 @@ void wxControl::OnInternalIdle() GTKSetDelayedFocusIfNeeded(); } - if ( wxUpdateUIEvent::CanUpdate(this) && IsVisibleOnScreen() ) + if ( wxUpdateUIEvent::CanUpdate(this) && IsShownOnScreen() ) UpdateWindowUI(wxUPDATE_UI_FROMIDLE); }