We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a2478 commit 544cc42Copy full SHA for 544cc42
python/gui/qgsmapcanvas.sip
@@ -255,9 +255,6 @@ class QgsMapCanvas : QGraphicsView
255
*/
256
void renderComplete(QPainter *);
257
258
- //! Overridden paint event
259
- void paintEvent(QPaintEvent *);
260
-
261
/** Emitted when the canvas is about to be rendered.
262
\note Added in 1.5 */
263
void renderStarting();
@@ -305,6 +302,9 @@ class QgsMapCanvas : QGraphicsView
305
302
//! Overridden resize event
306
303
void resizeEvent(QResizeEvent * e);
307
304
+ //! Overridden paint event
+ void paintEvent(QPaintEvent *);
+
308
//! called when panning is in action, reset indicates end of panning
309
void moveCanvasContents(bool reset = FALSE);
310
0 commit comments