mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Hide undo docking widget
This commit is contained in:
@@ -578,6 +578,7 @@ void RiuMainWindow::createDockPanels()
|
||||
connect(m_projectTreeView->treeView(), SIGNAL(customContextMenuRequested(const QPoint&)), SLOT(customMenuRequested(const QPoint&)));
|
||||
}
|
||||
|
||||
/*
|
||||
{
|
||||
QDockWidget* dockWidget = new QDockWidget("Undo stack", this);
|
||||
dockWidget->setObjectName("dockWidget");
|
||||
@@ -595,6 +596,7 @@ void RiuMainWindow::createDockPanels()
|
||||
|
||||
//m_windowsMenu->addAction(dockWidget->toggleViewAction());
|
||||
}
|
||||
*/
|
||||
|
||||
{
|
||||
QDockWidget* dockWidget = new QDockWidget("Property Editor", this);
|
||||
|
||||
Reference in New Issue
Block a user