]> Creatis software - clitk.git/blobdiff - vv/vvToolCreatorBase.txx
Remove files in old directories. Remove them from your local directory.
[clitk.git] / vv / vvToolCreatorBase.txx
index 2f7121e339e63426bfda16de0c5299ceb2fa729f..94741ddff3133af84608c4547ba1aecaa807647f 100644 (file)
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
 ======================================================================-====*/
+
 template<class ToolType>
 void vvToolCreatorBase::CreateTool() {
   // Get information on the current image
   mMainWindow->UpdateCurrentSlicer();
   // Create the tool
   ToolType * tool = new ToolType(mMainWindow);
+  tool->setSender(mSender);
   // Put it in the list of open tools
   mListOfTool.push_back(tool);
   // Go !