From 2b1012fa98d281f4f90bbff7e3eddba59f9d7c33 Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 22 Apr 2016 16:58:38 +0300 Subject: [PATCH] Fix for the '0023265: [CEA 1809] In PARAVIS, th field vtkBlockColors is displayed with a continute scalar bar instead of a discrete one' issue. --- src/PVViewer/PVViewer_Behaviors.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PVViewer/PVViewer_Behaviors.cxx b/src/PVViewer/PVViewer_Behaviors.cxx index fa8b21ba1..e83ad8c17 100644 --- a/src/PVViewer/PVViewer_Behaviors.cxx +++ b/src/PVViewer/PVViewer_Behaviors.cxx @@ -44,6 +44,7 @@ #include #include #include +#include #include #include #include @@ -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()) -- 2.39.2