Improve drag and drop features and right click commands (#8854)

This commit is contained in:
Magne Sjaastad
2022-04-29 12:28:09 +02:00
committed by GitHub
parent 172f891be9
commit f54399960d
17 changed files with 700 additions and 55 deletions

View File

@@ -362,7 +362,7 @@ RimSummaryMultiPlot*
plotWindow->setAsPlotMdiWindow();
plotCollection->addSummaryMultiPlot( plotWindow );
plotWindow->addPlot( objects );
plotWindow->handleDroppedObjects( objects );
plotCollection->updateAllRequiredEditors();
plotWindow->loadDataAndUpdate();