Skip to content

Commit

Permalink
#3420 fix for map canvas rerender not working under python
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15075 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 25, 2011
1 parent 2a69821 commit 9fbbec8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/gui/qgsmapcanvas.sip
Expand Up @@ -255,6 +255,9 @@ class QgsMapCanvas : QGraphicsView
*/
void renderComplete(QPainter *);

//! Overridden paint event
void paintEvent(QPaintEvent *);

/** Emitted when the canvas is about to be rendered.
\note Added in 1.5 */
void renderStarting();
Expand Down

0 comments on commit 9fbbec8

Please sign in to comment.