]> Creatis software - clitk.git/blobdiff - vv/vvToolCreatorBase.txx
cosmetic
[clitk.git] / vv / vvToolCreatorBase.txx
index 5cd2c506b05d8529a97b844bac30e9c3540464c9..6497d6a920753a34c59b4de28eae5b1fde878e89 100644 (file)
@@ -22,7 +22,7 @@ void vvToolCreatorBase::CreateTool()
   // Get information on the current image
   mMainWindow->UpdateCurrentSlicer();
   // Create the tool
-  ToolType * tool = new ToolType(mMainWindow);
+  ToolType * tool = new ToolType(mMainWindow, Qt::Dialog);
   tool->setSender(mSender);
   // Put it in the list of open tools
   mListOfTool.push_back(tool);