commit:     8e7a83f6a9ced57763e54189ed25e0b96eb9bff3
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 17:25:53 2015 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 17:40:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7a83f6

sci-geosciences/qgis: ui redraw repaired bug #462742.

Package-Manager: portage-2.2.24

 sci-geosciences/qgis/files/qgis-1.8.0-redrawning.patch | 10 ++++++++++
 sci-geosciences/qgis/qgis-1.8.0.ebuild                 |  1 +
 2 files changed, 11 insertions(+)

diff --git a/sci-geosciences/qgis/files/qgis-1.8.0-redrawning.patch 
b/sci-geosciences/qgis/files/qgis-1.8.0-redrawning.patch
new file mode 100644
index 0000000..b58ec55
--- /dev/null
+++ b/sci-geosciences/qgis/files/qgis-1.8.0-redrawning.patch
@@ -0,0 +1,10 @@
+--- a/src/gui/qgsmaptoolpan.cpp        2012-06-12 21:28:18.000000000 +0200
++++ b/src/gui/qgsmaptoolpan.cpp        2015-12-30 15:55:02.679840978 +0100
+@@ -39,6 +39,7 @@
+     mDragging = true;
+     // move map and other canvas items
+     mCanvas->panAction( e );
++    mCanvas->refresh();
+   }
+ }
+ 

diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild 
b/sci-geosciences/qgis/qgis-1.8.0.ebuild
index 5d9d726..3b0c77d 100644
--- a/sci-geosciences/qgis/qgis-1.8.0.ebuild
+++ b/sci-geosciences/qgis/qgis-1.8.0.ebuild
@@ -53,6 +53,7 @@ DEPEND="${RDEPEND}
 PATCHES=(
        "${FILESDIR}/${PN}-1.7.0-avoid-deprecated-pyqtconfig.patch"
        "${FILESDIR}/${PN}-1.8.0-no-python-pyc.patch"
+       "${FILESDIR}/${PN}-1.8.0-redrawning.patch"
 )
 
 pkg_setup() {

Reply via email to