From: akl Date: Fri, 28 Mar 2014 13:07:00 +0000 (+0400) Subject: Fix of 0022533: [CEA 1120] Edit Color Range does not open X-Git-Tag: V7_4_0a1~1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fakl%2F22533;p=modules%2Fparavis.git Fix of 0022533: [CEA 1120] Edit Color Range does not open --- diff --git a/src/PVGUI/PVGUI_Module_widgets.cxx b/src/PVGUI/PVGUI_Module_widgets.cxx index 617680f4..676ae94f 100644 --- a/src/PVGUI/PVGUI_Module_widgets.cxx +++ b/src/PVGUI/PVGUI_Module_widgets.cxx @@ -254,6 +254,9 @@ void PVGUI_Module::setupDockWidgets() colorMapEditorDock->setWidget(cmed_panel); myDockWidgets[colorMapEditorDock] = false; // hidden by default + // Provide access to the color-editor panel for the application. + pqApplicationCore::instance()->registerManager( + "COLOR_EDITOR_PANEL", colorMapEditorDock); // Memory inspector dock QDockWidget* memoryInspectorDock = new QDockWidget(tr( "TTL_MEMORY_INSPECTOR" ), desk);