From: rnv Date: Fri, 22 Apr 2016 13:58:38 +0000 (+0300) Subject: Fix for the '0023265: [CEA 1809] In PARAVIS, th field vtkBlockColors is displayed... X-Git-Tag: V8_1_0a1~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ac493a5667768e48060ba4387fa59aa7b03401e2;p=modules%2Fgui.git Fix for the '0023265: [CEA 1809] In PARAVIS, th field vtkBlockColors is displayed with a continute scalar bar instead of a discrete one' issue. --- 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())