]> Creatis software - creaMaracasVisu.git/commitdiff
#3574 Bug Windows. Sync in creation process
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 20 Jan 2025 16:59:11 +0000 (17:59 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 20 Jan 2025 16:59:11 +0000 (17:59 +0100)
bbtk/src/bbmaracasvisuViewerNV.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracas_N_ViewersWidget.cxx

index 6956c52dc3f76fed65f24ee4379133e811e04b3c..74bf209ff2d1d73a6f860a068e60c12af01594dd 100644 (file)
@@ -141,7 +141,6 @@ void ViewerNV::Process()
         bbSetOutputwxVtkBaseView2( wvbv2 );
         bbSetOutputwxVtkBaseView3( wvbv3 );
         bbSetOutputwxVtkBaseView4( wvbv4 );
-        printf("EED ViewerNV::Process export renderer\n");
         if (wvbv1!=NULL) { bbSetOutputRenderer1( wvbv1->GetRenderer() ); }
         if (wvbv2!=NULL) { bbSetOutputRenderer2( wvbv2->GetRenderer() ); }
         if (wvbv3!=NULL) { bbSetOutputRenderer3( wvbv3->GetRenderer() ); }
index 9890f929029286f2bd99dd01d616fe1678eccc1e..52364c11563baf41862c1f84665cb761d27573d4 100644 (file)
        //-------------------------------------------------------------------------
        wxVtkBaseView *wxMaracas_N_ViewersWidget::GetwxVtkBaseView(int iWin)
        {
-               wxVtkBaseView *wxvtkbaseview=NULL;
-               wxMaracas_ViewerWidget *tmpWin=GetWindow(iWin);
+               wxVtkBaseView           *wxvtkbaseview  = NULL;
+               wxMaracas_ViewerWidget  *tmpWin         = GetWindow(iWin);
                if (tmpWin!=NULL){  wxvtkbaseview = tmpWin->GetwxVtkBaseView();  }
                return wxvtkbaseview;
        }
        {
                wxWindow                                *wxwindow       = NULL;
                wxSizer *sizer                                          = this->GetSizer();
-
                if (mvtkmprbasedata!=NULL)
                {
                        delete mvtkmprbasedata;
                }
-
                marImageData    *marimagedata   = new marImageData( imagedata );
                mvtkmprbasedata                                 = new vtkMPRBaseData();
                mvtkmprbasedata->SetMarImageData(marimagedata);
-
                if(_currentwxw != NULL){
                        _currentwxw->Show(false);
                        delete _currentwxw;
                        //sizer->Remove(currentwxwindow);
                        //delete currentwxwindow;
                }
-
                //std::cout<<"size "<<nTypeView->size()<<std::endl;
                if (nTypeView->size()==1)
                {
                        spliterB-> SplitHorizontally( wxwindow2 , wxwindow1  );
                        wxwindow = spliter;
                }
-
                //panel->SetDimension()
                sizer->Add( wxwindow , 1, wxGROW);
-
 //EED 2024-11-13
 //             sizer->Layout();
 
                if (wxwindow1!=NULL) {wxwindow1->ConfigureVTK(); }
  }
 
-
 //-----------------------------------------------------------------------------------
 void wxMaracas_N_ViewersWidget::SetType(std::vector<int>* type)
 {