mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add open plot editor to menus
- Add to summary plot node in project tree - Add to empty space in plot window (mdi area)
This commit is contained in:
@@ -95,6 +95,7 @@ RiuPlotMainWindow::RiuPlotMainWindow()
|
||||
|
||||
caf::CmdFeatureMenuBuilder menuForMdiArea;
|
||||
menuForMdiArea << "RicNewEmptySummaryMultiPlotFeature";
|
||||
menuForMdiArea << "RicOpenSummaryPlotEditorFromMdiAreaFeature";
|
||||
new RiuContextMenuLauncher( m_mdiArea, menuForMdiArea );
|
||||
|
||||
ads::CDockWidget* cWidget =
|
||||
|
||||
Reference in New Issue
Block a user