Just some spelling fixes, no real changes. Closes #15001.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
// remembered internally and used in Layout() where appropiate.
|
||||
// remembered internally and used in Layout() where appropriate.
|
||||
|
||||
if(GetMajorAxis() == wxHORIZONTAL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user