#include "SalomeApp_Selection.h"
#include "SalomeApp_Preferences.h"
+#include "QtxAction.h"
+
#include "VISUConfig.hh"
#include "VISU_Gen_i.hh"
#include "VISU_Mesh_i.hh"
{
if(MYDEBUG) MESSAGE("VisuGUI::OnDisplayPrs");
- SVTK_ViewWindow* vw = GetViewWindow( this, /*create=*/true );
-
QApplication::setOverrideCursor(Qt::waitCursor);
SALOME_ListIO aList;
SalomeApp_SelectionMgr* mgr = GetSelectionMgr(this);
if(aPrsObject){
if(MYDEBUG) MESSAGE("VisuGUI::OnDisplayPrs : Prs3d object");
UpdateViewer( this, aPrsObject );
+ SVTK_ViewWindow* vw = GetViewWindow( this, /*create=*/true );
if ( vw ) {
vw->highlight(anIO, 1);
}
}
}
}
+ SVTK_ViewWindow* vw = GetViewWindow( this );
if ( vw ) {
vw->getRenderer()->ResetCameraClippingRange();
vw->Repaint();