minor syntactic fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-11-24 23:57:13 +00:00
parent a509f6bcdd
commit ee1e43a725

View File

@@ -2395,7 +2395,7 @@ void wxGTKRenderer::AdjustSize(wxSize *size, const wxWindow *window)
size->y += 4; size->y += 4;
} }
} else } else
#endif wxUSE_BUTTON #endif //wxUSE_BUTTON
if ( wxDynamicCast(window, wxScrollBar) ) if ( wxDynamicCast(window, wxScrollBar) )
{ {
// we only set the width of vert scrollbars and height of the // we only set the width of vert scrollbars and height of the