mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1840 Summary case: Event filter choses one cut feature directly
This commit is contained in:
@@ -71,7 +71,7 @@ bool RiuTreeViewEventFilter::eventFilter(QObject *obj, QEvent *event)
|
||||
}
|
||||
else if (keyEvent->matches(QKeySequence::Cut))
|
||||
{
|
||||
matches = caf::CmdFeatureManager::instance()->commandFeaturesMatchingSubString("Cut");
|
||||
matches.push_back(caf::CmdFeatureManager::instance()->getCommandFeature("RicCutReferencesToClipboardFeature"));
|
||||
}
|
||||
else if (keyEvent->matches(QKeySequence::Paste))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user