mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
#3420 fix for map canvas rerender not working under python
git-svn-id: http://svn.osgeo.org/qgis/trunk@15075 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
dfb0602f0b
commit
43aff11843
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user