diff --git a/limereport/lrbasedesignintf.cpp b/limereport/lrbasedesignintf.cpp index a80fd33..bdba630 100644 --- a/limereport/lrbasedesignintf.cpp +++ b/limereport/lrbasedesignintf.cpp @@ -1180,7 +1180,10 @@ void BaseDesignIntf::contextMenuEvent(QGraphicsSceneContextMenuEvent *event) QAction* a = menu.exec(event->screenPos()); if (a){ if (a == cutAction) + { page->cut(); + return; + } if (a == copyAction) page->copy(); if (a == pasteAction)