Use wxToolBar::SetToolBitmapSize() to setup tool bitmap size to match stock bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1191,6 +1191,7 @@ void wxPropertyGridManager::RecreateControls()
|
||||
wxDefaultPosition,wxDefaultSize,
|
||||
((GetExtraStyle()&wxPG_EX_NO_FLAT_TOOLBAR)?0:wxTB_FLAT)
|
||||
/*| wxTB_HORIZONTAL | wxNO_BORDER*/ );
|
||||
m_pToolbar->SetToolBitmapSize(wxSize(16, 15));
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
// Eliminate toolbar flicker on XP
|
||||
|
Reference in New Issue
Block a user