From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE2111388C2 for ; Wed, 30 Dec 2015 17:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 494D321C028; Wed, 30 Dec 2015 17:42:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EF1821C028 for ; Wed, 30 Dec 2015 17:42:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDE59340873 for ; Wed, 30 Dec 2015 17:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DACA4CB1 for ; Wed, 30 Dec 2015 17:41:57 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1451497218.8e7a83f6a9ced57763e54189ed25e0b96eb9bff3.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/files/, sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/files/qgis-1.8.0-redrawning.patch sci-geosciences/qgis/qgis-1.8.0.ebuild X-VCS-Directories: sci-geosciences/qgis/files/ sci-geosciences/qgis/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 8e7a83f6a9ced57763e54189ed25e0b96eb9bff3 X-VCS-Branch: master Date: Wed, 30 Dec 2015 17:41:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bca04716-759e-469d-8d00-38c2d1e56b64 X-Archives-Hash: df2c187eaed44379b23d9dc3da4873d2 commit: 8e7a83f6a9ced57763e54189ed25e0b96eb9bff3 Author: Amy Winston gentoo org> AuthorDate: Wed Dec 30 17:25:53 2015 +0000 Commit: Amy Winston gentoo 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() {