From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- .../molsketch/files/molsketch-0.4.1-more-quotes.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sci-chemistry/molsketch/files/molsketch-0.4.1-more-quotes.patch (limited to 'sci-chemistry/molsketch/files') diff --git a/sci-chemistry/molsketch/files/molsketch-0.4.1-more-quotes.patch b/sci-chemistry/molsketch/files/molsketch-0.4.1-more-quotes.patch deleted file mode 100644 index c32b975778eb..000000000000 --- a/sci-chemistry/molsketch/files/molsketch-0.4.1-more-quotes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libmolsketch/src/molscene.cpp -+++ b/libmolsketch/src/molscene.cpp -@@ -842,7 +842,7 @@ - void MolScene::dragEnterEvent(QGraphicsSceneDragDropEvent *event) - { - if (!event->mimeData() || !event->mimeData()->hasFormat(mimeType())) return; -- if (!event->proposedAction() == Qt::CopyAction) return; -+ if ((!event->proposedAction()) == Qt::CopyAction) return; - event->accept(); - for (genericAction* action : sceneActions()) - action->setChecked(false); -- cgit v1.2.3