X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpPlugins%2FInterface%2FProcessObject.cxx;h=7552e5e1dea890027ee644926240d7ccb66a7cb3;hb=003b7bc4f88cbe4aa6cc27fcd16b8cda94eba9be;hp=1e89c859aafdb52bebce3aa40a680694bf7c79e9;hpb=31e4cf1f3580efa059d3ffad14ba6a15d2372f5c;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/ProcessObject.cxx b/lib/cpPlugins/Interface/ProcessObject.cxx index 1e89c85..7552e5e 100644 --- a/lib/cpPlugins/Interface/ProcessObject.cxx +++ b/lib/cpPlugins/Interface/ProcessObject.cxx @@ -121,6 +121,7 @@ AddInteractor( vtkRenderWindowInteractor* interactor ) this->m_ParametersDialog = new ParametersQtDialog( ); this->m_ParametersDialog->addInteractor( interactor ); #endif // cpPlugins_Interface_QT4 + this->m_Interactors.insert( interactor ); } // -------------------------------------------------------------------------