summaryrefslogtreecommitdiff
path: root/x11-toolkits/qwt6/files/patch-src__qwt_painter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/qwt6/files/patch-src__qwt_painter.cpp')
-rw-r--r--x11-toolkits/qwt6/files/patch-src__qwt_painter.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/qwt6/files/patch-src__qwt_painter.cpp b/x11-toolkits/qwt6/files/patch-src__qwt_painter.cpp
deleted file mode 100644
index b0e7680f620c..000000000000
--- a/x11-toolkits/qwt6/files/patch-src__qwt_painter.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/qwt_painter.cpp.orig Mon Feb 26 23:22:13 2007
-+++ ./src/qwt_painter.cpp Fri Jun 8 22:22:59 2007
-@@ -421,7 +421,7 @@
-
- painter->save();
-
-- painter->translate(scaledRect.x(), scaledRect.y());
-+ painter->translate(scaledRect.x(), y);
- layout->draw(painter, context);
-
- painter->restore();