mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1840 Summary case: clear clipboard on paste, not only set mime data to nullptr
This commit is contained in:
@@ -158,5 +158,5 @@ void RicPasteFeatureImpl::clearClipboard()
|
||||
QClipboard* clipboard = QApplication::clipboard();
|
||||
if (!clipboard) return;
|
||||
|
||||
clipboard->setMimeData(nullptr);
|
||||
clipboard->clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user