From 51098b9efa9704fbdb35093d1045dbf1f6026491 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Wed, 11 Apr 2012 17:24:50 +0000 Subject: [PATCH] no message --- .../wxWindows/widgets/wxVtkMPR3DViewCntrlPanel.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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(); } } -- 2.45.1