mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-15 01:53:46 -06:00
#5885 3D viewer: Clear grid cell selection when clicking outside visual objects
This commit is contained in:
parent
dd03b09d26
commit
4c721c1b20
@ -690,6 +690,10 @@ void RiuViewerCommands::handlePickAction( int winPosX, int winPosY, Qt::Keyboard
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Riu3dSelectionManager::instance()->deleteAllItems();
|
||||
}
|
||||
|
||||
// Old pick handling. Todo: Encapsulate in pickEventHandlers
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user