Skip to content

Commit 9fbbec8

Browse files
author
timlinux
committed
#3420 fix for map canvas rerender not working under python
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15075 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2a69821 commit 9fbbec8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/gui/qgsmapcanvas.sip

+3
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ class QgsMapCanvas : QGraphicsView
255255
*/
256256
void renderComplete(QPainter *);
257257

258+
//! Overridden paint event
259+
void paintEvent(QPaintEvent *);
260+
258261
/** Emitted when the canvas is about to be rendered.
259262
\note Added in 1.5 */
260263
void renderStarting();

0 commit comments

Comments
 (0)