From 2d79fd4a2099da73bf6be8cec62604482af983d5 Mon Sep 17 00:00:00 2001 From: akl Date: Fri, 28 Mar 2014 17:07:00 +0400 Subject: [PATCH] Fix of 0022533: [CEA 1120] Edit Color Range does not open --- src/PVGUI/PVGUI_Module_widgets.cxx | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.2