ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT/BOTTOM styles set, otherwise...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 13:09:08 +0000 (13:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 13:09:08 +0000 (13:09 +0000)
commitd408730ce4d27aeea9e798d887f4577a3c65f762
tree26ecb2a76ca6d384504ff06850f4e163c7049bb9
parent1c104648931c9e1b52b243732d9dacf28703f5dc
ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT/BOTTOM styles set, otherwise the latest toolbar positioning code breaks down

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/tbarbase.h
src/cocoa/toolbar.mm
src/common/tbarbase.cpp
src/gtk/tbargtk.cpp
src/gtk1/tbargtk.cpp
src/mac/carbon/toolbar.cpp
src/motif/toolbar.cpp
src/msw/tbar95.cpp
src/univ/toolbar.cpp