From: Gilles DAVID Date: Wed, 24 May 2017 05:43:24 +0000 (+0200) Subject: MAJ vers paraview 5.4 X-Git-Tag: V9_0_0~10^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f849032caec4d787e0b7a433cd18ea8fe89edc58;p=modules%2Fparavis.git MAJ vers paraview 5.4 --- diff --git a/src/PVGUI/PVGUI_DataModel.cxx b/src/PVGUI/PVGUI_DataModel.cxx index cc1055d4..8f4805fc 100644 --- a/src/PVGUI/PVGUI_DataModel.cxx +++ b/src/PVGUI/PVGUI_DataModel.cxx @@ -45,7 +45,6 @@ // ParaView include #include #include -#include const QString PVGUI_DataModel::RESTORE_FLAG_FILE = "do_restore_paravis_references.par"; @@ -265,9 +264,7 @@ bool PVGUI_DataModel::open( const QString& theName, CAM_Study* theStudy, QString processAllFilesInState(aFullPath, srcFilesEmpty, aTmpDir.toStdString().c_str(), true); } - pqFixPathsInStateFilesBehavior::blockDialog(true); mod->loadParaviewState(aFullPath); - pqFixPathsInStateFilesBehavior::blockDialog(false); ret = true; } ret = true; diff --git a/test/standalone/gui/PVViewer_Behaviors.cxx b/test/standalone/gui/PVViewer_Behaviors.cxx index c426bcbf..fde2a592 100644 --- a/test/standalone/gui/PVViewer_Behaviors.cxx +++ b/test/standalone/gui/PVViewer_Behaviors.cxx @@ -46,7 +46,6 @@ #include #include #include -#include #include #include @@ -81,7 +80,6 @@ void PVViewer_Behaviors::instanciateMinimalBehaviors(QMainWindow * desk) new pqAlwaysConnectedBehavior(this); // client always connected to a server new pqVerifyRequiredPluginBehavior(this); new pqPluginSettingsBehavior(this); - new pqFixPathsInStateFilesBehavior(this); new pqCrashRecoveryBehavior(this); new pqCommandLineOptionsBehavior(this);