Spelling fixes in comments in wxOSX.
No real changes. Closes #14932. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -489,7 +489,7 @@ void wxSlider::DoSetSize(int x, int y, int w, int h, int sizeFlags)
|
||||
|
||||
if (GetWindowStyle() & wxSL_LABELS)
|
||||
{
|
||||
// make sure we don't allow the entire control to be resized accidently
|
||||
// make sure we don't allow the entire control to be resized accidentally
|
||||
if (width == GetSize().x)
|
||||
m_minWidth = -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user