From 469aa593ccb983bed7b8c7525e9be0a14e63a446 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 12 Dec 2013 11:01:15 +0000 Subject: [PATCH] 0022439: [CEA 1026] The YACS panels are persistant when changing module --- src/TreeData/DockWidgets.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TreeData/DockWidgets.cxx b/src/TreeData/DockWidgets.cxx index 6a7922c03..06a18802f 100644 --- a/src/TreeData/DockWidgets.cxx +++ b/src/TreeData/DockWidgets.cxx @@ -49,6 +49,7 @@ DockWidgets::DockWidgets(SalomeApp_Application* salomeApp, _dwDataPanel = new QDockWidget(parent); _dwDataPanel->setVisible(false); _dwDataPanel->setWindowTitle(title); + _dwDataPanel->setObjectName(title); parent->addDockWidget(Qt::LeftDockWidgetArea, _dwDataPanel); // // At this step, the _dwDataPanel is located side by side with the object -- 2.39.2