mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2537 Mohr circle: Support multi selection of cells
This commit is contained in:
@@ -90,6 +90,8 @@ void RiuSelectionChangedHandler::handleSelectionDeleted() const
|
||||
RiuPvtPlotUpdater* pvtPlotUpdater = RiuMainWindow::instance()->pvtPlotPanel()->plotUpdater();
|
||||
pvtPlotUpdater->updateOnSelectionChanged(nullptr);
|
||||
|
||||
RiuMainWindow::instance()->mohrsCirclePlot()->updateOnSelectionChanged(nullptr);
|
||||
|
||||
updateResultInfo(nullptr);
|
||||
|
||||
scheduleUpdateForAllVisibleViews();
|
||||
@@ -122,6 +124,8 @@ void RiuSelectionChangedHandler::handleSetSelectedItem(const RiuSelectionItem* i
|
||||
{
|
||||
RiuMainWindow::instance()->resultPlot()->deleteAllCurves();
|
||||
|
||||
RiuMainWindow::instance()->mohrsCirclePlot()->updateOnSelectionChanged(nullptr);
|
||||
|
||||
handleItemAppended(item);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user