From 97401831273500b07fb5f42967601903f2a4971e Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Sun, 16 May 2010 21:47:22 +0200 Subject: [PATCH] Move toolbars.cpp to wineda_toolbar.cpp --- common/CMakeLists.txt | 2 +- common/{toolbars.cpp => wineda_toolbar.cpp} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename common/{toolbars.cpp => wineda_toolbar.cpp} (90%) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 0f345cbbb2..6f0ac1a57c 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -49,7 +49,7 @@ set(COMMON_SRCS richio.cpp selcolor.cpp string.cpp - toolbars.cpp + wineda_toolbar.cpp trigo.cpp worksheet.cpp wxwineda.cpp diff --git a/common/toolbars.cpp b/common/wineda_toolbar.cpp similarity index 90% rename from common/toolbars.cpp rename to common/wineda_toolbar.cpp index d4e1f258d1..a4a6845677 100644 --- a/common/toolbars.cpp +++ b/common/wineda_toolbar.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 ) ) {