From ea28101db44e4b650c03074e4e4d0e2931ec5d9b Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 15 Sep 2010 07:46:41 +0000 Subject: [PATCH] *** empty log message *** --- src/OCCViewer/OCCViewer_ViewWindow.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); } -- 2.39.2