Summary context menu cleanup and fixes (#9165)

* Make summary plot ctx menu items show up for the plot you right-click on, not the one selected in the project tree.
This commit is contained in:
jonjenssen
2022-08-08 13:34:27 +02:00
committed by GitHub
parent eedebd71a5
commit c3f538c1dd
15 changed files with 296 additions and 58 deletions

View File

@@ -46,7 +46,7 @@ bool RicSplitMultiPlotFeature::isCommandEnabled()
return ( ( plot->summaryCurves().size() > 1 ) || ( plot->curveSets().size() > 1 ) );
}
return false;
return true;
}
//--------------------------------------------------------------------------------------------------