mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4753 Fix selection of plot subitems jumps to parent plot
This commit is contained in:
@@ -758,7 +758,9 @@ void RiuPlotMainWindow::selectedObjectsChanged()
|
||||
{
|
||||
if ( selectedWindow->viewWidget() )
|
||||
{
|
||||
setActiveViewer( selectedWindow->viewWidget() );
|
||||
setBlockSlotSubWindowActivated(true);
|
||||
setActiveViewer(selectedWindow->viewWidget());
|
||||
setBlockSlotSubWindowActivated(false);
|
||||
}
|
||||
// The only way to get to this code is by selection change initiated from the project tree view
|
||||
// As we are activating an MDI-window, the focus is given to this MDI-window
|
||||
|
Reference in New Issue
Block a user