mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#539) When view is unlinked, ask user to keep either override or original range filter collection
This commit is contained in:
@@ -264,7 +264,17 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
|
||||
}
|
||||
}
|
||||
|
||||
menu.exec(event->globalPos());
|
||||
if (menu.actions().size() > 0)
|
||||
{
|
||||
// event->accept();
|
||||
QAction* act = menu.exec(event->globalPos());
|
||||
/*
|
||||
if (act)
|
||||
{
|
||||
cvf::Trace::show("Jadda");
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user