]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
A fast porting agy/PortingPV512_2
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 14 Oct 2016 15:22:41 +0000 (17:22 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 3 Nov 2016 09:42:25 +0000 (10:42 +0100)
src/PVViewer/PVViewer_Behaviors.cxx

index f31a6dfd6b39533e9fe8f69b1ecdbcf2ecd33392..a1ae5817dbe370cade99c9ff2531e280e4c25509 100644 (file)
@@ -44,7 +44,6 @@
 #include <pqUndoRedoBehavior.h>
 #include <pqViewStreamingBehavior.h>
 #include <pqCollaborationBehavior.h>
-#include <pqStandardArrayColorMapsBehavior.h>
 #include <pqVerifyRequiredPluginBehavior.h>
 #include <pqPluginSettingsBehavior.h>
 #include <pqFixPathsInStateFilesBehavior.h>
@@ -118,7 +117,6 @@ void PVViewer_Behaviors::instanciateAllBehaviors(QMainWindow * desk)
       new pqObjectPickingBehavior(desk);
       new pqCollaborationBehavior(this);
       new pqViewStreamingBehavior(this);
-      new pqStandardArrayColorMapsBehavior(this);
 
       // Move instantiation of the pqApplyBehavior to the PVViewer_GUIElements::buildPVWidgets(),
       // because without pqPropertiesPanel it doesn't make sense.