Commit 97401831 authored by Jerry Jacobs's avatar Jerry Jacobs

Move toolbars.cpp to wineda_toolbar.cpp

parent a2765a85
......@@ -49,7 +49,7 @@ set(COMMON_SRCS
richio.cpp
selcolor.cpp
string.cpp
toolbars.cpp
wineda_toolbar.cpp
trigo.cpp
worksheet.cpp
wxwineda.cpp
......
......@@ -13,7 +13,7 @@
WinEDA_Toolbar::WinEDA_Toolbar( id_toolbar type, wxWindow * parent,
wxWindowID id, bool horizontal ):
wxAuiToolBar( parent, id, wxDefaultPosition, wxDefaultSize,
wxAUI_TB_DEFAULT_STYLE | ( ( horizontal ) ?
wxAUI_TB_DEFAULT_STYLE | wxAUI_TB_OVERFLOW | ( ( horizontal ) ?
wxAUI_TB_HORZ_LAYOUT :
wxAUI_TB_VERTICAL ) )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment