mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1840 Summary case: Cut paste with key shortcut and multiselection for copying/cutting with key shortcut
This commit is contained in:
@@ -83,6 +83,7 @@ void RicCutReferencesToClipboardFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("Cut");
|
||||
actionToSetup->setIcon(QIcon(":/Clipboard.png"));
|
||||
actionToSetup->setShortcut(QKeySequence::Cut);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user