diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-15 09:35:03 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-15 09:35:03 +0000 |
| commit | 00aca3f85bf58aa30c8a373793702cca3be8ae9a (patch) | |
| tree | c8bb10aaa4fbf07cce0cf56546813c02f8a3ee61 /x11-toolkits/qwt-devel/files/patch-src__qwt_painter.cpp | |
| parent | - Fix the build with recent GCC [1] (diff) | |
- Migrate from Qt 3 to Qt 4.2.
- Fix pkg-plist
- Bump PORTREVISION
PR: 113254
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=193561
Diffstat (limited to 'x11-toolkits/qwt-devel/files/patch-src__qwt_painter.cpp')
| -rw-r--r-- | x11-toolkits/qwt-devel/files/patch-src__qwt_painter.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/qwt-devel/files/patch-src__qwt_painter.cpp b/x11-toolkits/qwt-devel/files/patch-src__qwt_painter.cpp new file mode 100644 index 000000000000..b0e7680f620c --- /dev/null +++ b/x11-toolkits/qwt-devel/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(); |
