]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
Make radiobutton tab behaviour the same on MSW
[wxWidgets.git] / src / common / framecmn.cpp
index eadab8e700bff470217826f6f07b9e6de8fd4e3e..2e47154b2dbb75da7c71875d477d29d06ceb97c7 100644 (file)
@@ -218,7 +218,7 @@ bool wxFrameBase::ProcessCommand(int id)
 void wxFrameBase::UpdateWindowUI(long flags)
 {
     wxWindowBase::UpdateWindowUI(flags);
-    
+
 #if wxUSE_TOOLBAR
     if (GetToolBar())
         GetToolBar()->UpdateWindowUI(flags);
@@ -286,7 +286,7 @@ void wxFrameBase::OnMenuClose(wxMenuEvent& WXUNUSED(event))
 void wxFrameBase::OnInternalIdle()
 {
     wxTopLevelWindow::OnInternalIdle();
-    
+
 #if wxUSE_MENUS && wxUSE_IDLEMENUUPDATES
     if (wxUpdateUIEvent::CanUpdate(this))
         DoMenuUpdates();