Mmedia, OGL lib directory changes; omitted naughty wxGA_SMOOTH style from wxProgressDialog;
wxMotif toolbar fix; ~wxWindow Motif fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -172,6 +172,12 @@ void wxToolBar::Init()
|
||||
m_maxHeight = -1;
|
||||
m_defaultWidth = 24;
|
||||
m_defaultHeight = 22;
|
||||
m_toolPacking = 2;
|
||||
m_toolSeparation = 8;
|
||||
m_xMargin = 2;
|
||||
m_yMargin = 2;
|
||||
m_maxRows = 100;
|
||||
m_maxCols = 100;
|
||||
}
|
||||
|
||||
bool wxToolBar::Create(wxWindow *parent,
|
||||
|
Reference in New Issue
Block a user