Salome HOME
Fix for the '0023265: [CEA 1809] In PARAVIS, th field vtkBlockColors is displayed...
authorrnv <rnv@opencascade.com>
Fri, 22 Apr 2016 13:58:38 +0000 (16:58 +0300)
committerrnv <rnv@opencascade.com>
Wed, 11 May 2016 11:33:39 +0000 (14:33 +0300)
src/PVViewer/PVViewer_Behaviors.cxx

index fa8b21ba181dc547552275fdb697a0c082fbc3ec..e83ad8c1767d1bf10475af286849f775004495f7 100644 (file)
@@ -44,6 +44,7 @@
 #include <pqUndoRedoBehavior.h>
 #include <pqViewStreamingBehavior.h>
 #include <pqCollaborationBehavior.h>
+#include <pqStandardArrayColorMapsBehavior.h>
 #include <pqVerifyRequiredPluginBehavior.h>
 #include <pqPluginSettingsBehavior.h>
 #include <pqFixPathsInStateFilesBehavior.h>
@@ -117,6 +118,7 @@ void PVViewer_Behaviors::instanciateAllBehaviors(QMainWindow * desk)
       new pqObjectPickingBehavior(desk);
       new pqCollaborationBehavior(this);
       new pqViewStreamingBehavior(this);
+      new pqStandardArrayColorMapsBehavior(this);
 
       pqApplyBehavior* applyBehavior = new pqApplyBehavior(this);
       foreach (pqPropertiesPanel* ppanel, desk->findChildren<pqPropertiesPanel*>())