From: vsv Date: Wed, 15 Sep 2010 07:46:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ea28101db44e4b650c03074e4e4d0e2931ec5d9b;p=modules%2Fgui.git *** empty log message *** --- diff --git a/src/OCCViewer/OCCViewer_ViewWindow.cxx b/src/OCCViewer/OCCViewer_ViewWindow.cxx index cac12ffef..fd566cb15 100755 --- a/src/OCCViewer/OCCViewer_ViewWindow.cxx +++ b/src/OCCViewer/OCCViewer_ViewWindow.cxx @@ -1208,8 +1208,10 @@ void OCCViewer_ViewWindow::createToolBar() toolMgr()->append( toolMgr()->separator(), tid ); toolMgr()->append( ClippingId, tid ); toolMgr()->append( AxialScaleId, tid ); + toolMgr()->append( AmbientId, tid ); + } else { + toolMgr()->append( AxialScaleId, tid ); } - toolMgr()->append( AmbientId, tid ); toolMgr()->append( MaximizedId, tid); }