Kaydet (Commit) 15201d37 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

oops, hide the first separator as well

Change-Id: I90354696b96870b6d828e8f53e8b72a3716133bc
üst 0a9b398f
...@@ -2340,7 +2340,7 @@ namespace ...@@ -2340,7 +2340,7 @@ namespace
{ {
static void lcl_hideDoubleSeparators( std::vector< ImplToolItem >& rItems ) static void lcl_hideDoubleSeparators( std::vector< ImplToolItem >& rItems )
{ {
bool bLastSep( false ); bool bLastSep( true );
std::vector< ImplToolItem >::iterator it; std::vector< ImplToolItem >::iterator it;
for ( it = rItems.begin(); it != rItems.end(); ++it ) for ( it = rItems.begin(); it != rItems.end(); ++it )
{ {
......
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