X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_OCCDisplayer.cxx;h=d1655f3c411ba05c8726579c0b87e5d4a8951283;hb=5cae7e874afd2fc1b6f61023e8ebd33a933db3c7;hp=0ab14c6b371f66d70a64f6ee6d576946275db8ca;hpb=84f8b4a57d3cdad820bc1333a5066699cd1c8ae3;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_OCCDisplayer.cxx b/src/HYDROGUI/HYDROGUI_OCCDisplayer.cxx index 0ab14c6b..d1655f3c 100644 --- a/src/HYDROGUI/HYDROGUI_OCCDisplayer.cxx +++ b/src/HYDROGUI/HYDROGUI_OCCDisplayer.cxx @@ -202,7 +202,7 @@ void HYDROGUI_OCCDisplayer::Display( const HYDROData_SequenceOfObjects& theObjs, ::qobject_cast( aViewManager->getActiveView() ); if ( aViewWindow ) { - QApplication::processEvents(); //Process the draw events for viewer + //RKV: QApplication::processEvents(); //Process the draw events for viewer aViewWindow->onFitAll(); } }