mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved menu item New Property View to View menu
p4#: 19262
This commit is contained in:
parent
618fdb1377
commit
ac26fd8e0c
@ -291,6 +291,8 @@ void RIMainWindow::createMenus()
|
||||
viewMenu->addAction(m_viewFromEast);
|
||||
viewMenu->addAction(m_viewFromBelow);
|
||||
viewMenu->addAction(m_viewFromAbove);
|
||||
viewMenu->addSeparator();
|
||||
viewMenu->addAction(m_newPropertyView);
|
||||
|
||||
connect(viewMenu, SIGNAL(aboutToShow()), SLOT(slotRefreshViewActions()));
|
||||
|
||||
@ -300,8 +302,6 @@ void RIMainWindow::createMenus()
|
||||
debugMenu->addAction(m_mockResultsModelAction);
|
||||
debugMenu->addAction(m_mockLargeResultsModelAction);
|
||||
debugMenu->addAction(m_mockInputModelAction);
|
||||
debugMenu->addSeparator();
|
||||
debugMenu->addAction(m_newPropertyView);
|
||||
|
||||
connect(debugMenu, SIGNAL(aboutToShow()), SLOT(slotRefreshDebugActions()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user