Applied colour patch for better 8-bit support,
Improved handling of inserting controls into a toolbar that don't have any def width. This works for all controls but wxComboBox. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -176,7 +176,7 @@ MyFrame::MyFrame(wxWindow *parent,
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
wxTE_MULTILINE | wxSUNKEN_BORDER);
|
||||
|
||||
CreateToolBar(wxNO_BORDER | wxTB_FLAT | wxTB_HORIZONTAL);
|
||||
CreateToolBar(wxNO_BORDER | wxTB_HORIZONTAL);
|
||||
InitToolBar(GetToolBar());
|
||||
|
||||
// Accelerators
|
||||
|
Reference in New Issue
Block a user