Merge branch 'dev'

This commit is contained in:
astridkbjorke
2016-12-21 08:43:57 +01:00
3 changed files with 65 additions and 40 deletions

View File

@@ -333,6 +333,9 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
{
menu.exec(event->globalPos());
}
// Delete items in temporary selection
RiuSelectionManager::instance()->deleteAllItems(RiuSelectionManager::RUI_TEMPORARY);
}
//--------------------------------------------------------------------------------------------------