Typo correction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-05-30 17:50:45 +00:00
parent 7b32a8b736
commit e1ac8c99e4

View File

@@ -297,7 +297,7 @@ void wxControl::OnInternalIdle()
GTKUpdateCursor();
}
if ( wxUpdateUIEvent::CanUpdate(this) && IsVisibleOnScreen() )
if ( wxUpdateUIEvent::CanUpdate(this) && IsShownOnScreen() )
UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
}