From: Eduardo Davila Date: Wed, 11 Apr 2012 17:24:50 +0000 (+0000) Subject: no message X-Git-Tag: v1.0.4~27 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=51098b9efa9704fbdb35093d1045dbf1f6026491;p=creaMaracasVisu.git no message --- diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.cxx index 25a2781..d3e3e15 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.cxx @@ -211,10 +211,12 @@ void wxVtkMPR3DViewCntrlPanel::UpdateControlPanel() _positionY->SetValue((y0+y1)/2); _positionZ->SetValue((z0+z1)/2); - _positionX->Update(); - _positionY->Update(); - _positionZ->Update(); - this->Update(); +printf("EED wxVtkMPR3DViewCntrlPanel::UpdateControlPanel -- 12April2012 This make a floting window in MacOs and Linux with for windows \n"); +//EED 12April2012 This make a floting window in MacOs and Linux with for windows +// _positionX->Update(); +// _positionY->Update(); +// _positionZ->Update(); +// this->Update(); } }