]> git.saurik.com Git - wxWidgets.git/blobdiff - src/ribbon/page.cpp
Added ability to switch off more components of the size page UI
[wxWidgets.git] / src / ribbon / page.cpp
index 4a6a534bbb08491ad68288881f644ec9ec10c8d0..0fecb1c0a21360d8bce112e59d8a00d096f046ca 100644 (file)
@@ -383,7 +383,7 @@ void wxRibbonPage::DoSetSize(int x, int y, int width, int height, int sizeFlags)
     // When a resize triggers the scroll buttons to become visible, the page is resized.
     // This resize from within a resize event can cause (MSW) wxWidgets some confusion,
     // and report the 1st size to the 2nd size event. Hence the most recent size is
     // When a resize triggers the scroll buttons to become visible, the page is resized.
     // This resize from within a resize event can cause (MSW) wxWidgets some confusion,
     // and report the 1st size to the 2nd size event. Hence the most recent size is
-    // remembered internally and used in Layout() where appropiate.
+    // remembered internally and used in Layout() where appropriate.
 
     if(GetMajorAxis() == wxHORIZONTAL)
     {
 
     if(GetMajorAxis() == wxHORIZONTAL)
     {