[neon/extras/krita/Neon/stable] debian/patches: makeitbuild.diff
Carlos De Maine
null at kde.org
Mon Oct 20 11:43:38 BST 2025
Git commit 7976435265c54d49bdc6935f0d6504287f40789d by Carlos De Maine.
Committed on 20/10/2025 at 10:43.
Pushed by carlosdem into branch 'Neon/stable'.
makeitbuild.diff
A +13 -0 debian/patches/makeitbuild.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/extras/krita/-/commit/7976435265c54d49bdc6935f0d6504287f40789d
diff --git a/debian/patches/makeitbuild.diff b/debian/patches/makeitbuild.diff
new file mode 100644
index 0000000..19676f9
--- /dev/null
+++ b/debian/patches/makeitbuild.diff
@@ -0,0 +1,13 @@
+diff --git a/libs/flake/KoToolProxy.cpp b/libs/flake/KoToolProxy.cpp
+index 59ad85f652..4125dbfa39 100644
+--- a/libs/flake/KoToolProxy.cpp
++++ b/libs/flake/KoToolProxy.cpp
+@@ -399,7 +399,7 @@ void KoToolProxy::touchEvent(QTouchEvent* event, const QPointF& point)
+ switch (event->touchPointStates())
+ {
+ case Qt::TouchPointPressed:
+- countMultiClick(&ev, QEvent::TouchBegin);
++ d->activeTool->mousePressEvent(&ev);
+ break;
+ case Qt::TouchPointMoved:
+ d->activeTool->mouseMoveEvent(&ev);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f9409f1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+makeitbuild.diff
More information about the Neon-commits
mailing list