From eb4d1e5f7f821dcdec2292c1d96bb37d1b30a668 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 4 Sep 2008 07:20:40 +0000 Subject: [PATCH] *** empty log message *** --- src/SVTK/SVTK_ViewWindow.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SVTK/SVTK_ViewWindow.cxx b/src/SVTK/SVTK_ViewWindow.cxx index 95b05086d..7e551ad8f 100755 --- a/src/SVTK/SVTK_ViewWindow.cxx +++ b/src/SVTK/SVTK_ViewWindow.cxx @@ -114,6 +114,7 @@ SVTK_ViewWindow::SVTK_ViewWindow(SUIT_Desktop* theDesktop): myDumpImage(QImage()), myKeyFreeInteractorStyle(SVTK_KeyFreeInteractorStyle::New()) { + setWindowFlags( windowFlags() & ~Qt::Window ); // specific of vtkSmartPointer myKeyFreeInteractorStyle->Delete(); } -- 2.39.2