summaryrefslogtreecommitdiff
path: root/sci-chemistry/molsketch/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /sci-chemistry/molsketch/files
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'sci-chemistry/molsketch/files')
-rw-r--r--sci-chemistry/molsketch/files/molsketch-0.4.1-more-quotes.patch11
1 files changed, 0 insertions, 11 deletions
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);