summaryrefslogtreecommitdiff
path: root/x11-toolkits/qwt5/files/patch-src__qwt_painter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/qwt5/files/patch-src__qwt_painter.cpp')
-rw-r--r--x11-toolkits/qwt5/files/patch-src__qwt_painter.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/qwt5/files/patch-src__qwt_painter.cpp b/x11-toolkits/qwt5/files/patch-src__qwt_painter.cpp
new file mode 100644
index 000000000000..b0e7680f620c
--- /dev/null
+++ b/x11-toolkits/qwt5/files/patch-src__qwt_painter.cpp
@@ -0,0 +1,11 @@
+--- ./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();