Added a necessary pixel to height if wxTB_NODIVIDER is specified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1197,7 +1197,7 @@ bool wxToolBar::HandleSize(WXWPARAM wParam, WXLPARAM lParam)
|
||||
// FIXME: 6 is hardcoded separator line height...
|
||||
//h += 6;
|
||||
if (HasFlag(wxTB_NODIVIDER))
|
||||
h += 3;
|
||||
h += 4;
|
||||
else
|
||||
h += 6;
|
||||
h *= m_maxRows;
|
||||
|
Reference in New Issue
Block a user