diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-06-09 21:45:45 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-06-09 21:45:45 +0400 |
commit | 15201d37a48ba759ac2aa6f4f5b6bd15d53f0416 (patch) | |
tree | dc4544e8849b8963cbfb472ad8fbc0d7fb246bdc | |
parent | 0a9b398f3effecfea3b330fdc2f46b6f914cba81 (diff) |
oops, hide the first separator as well
Change-Id: I90354696b96870b6d828e8f53e8b72a3716133bc
-rw-r--r-- | vcl/source/window/toolbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index 6621a671e709..370eb0d4cf69 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -2340,7 +2340,7 @@ namespace { static void lcl_hideDoubleSeparators( std::vector< ImplToolItem >& rItems ) { - bool bLastSep( false ); + bool bLastSep( true ); std::vector< ImplToolItem >::iterator it; for ( it = rItems.begin(); it != rItems.end(); ++it ) { |