From bb5a34d78ad8b3b0dacf3c8aabfada55869c8075 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 26 Mar 2008 12:19:13 +0000 Subject: [PATCH] show in cloneView is commented out in order to avoid blinking --- src/OCCViewer/OCCViewer_ViewWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OCCViewer/OCCViewer_ViewWindow.cxx b/src/OCCViewer/OCCViewer_ViewWindow.cxx index 451a9e90e..c1e090efe 100755 --- a/src/OCCViewer/OCCViewer_ViewWindow.cxx +++ b/src/OCCViewer/OCCViewer_ViewWindow.cxx @@ -1240,7 +1240,7 @@ void OCCViewer_ViewWindow::onSetRotationPoint( bool on ) void OCCViewer_ViewWindow::onCloneView() { SUIT_ViewWindow* vw = myManager->createViewWindow(); - vw->show(); + //vw->show(); } /*! -- 2.39.2