summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-10-11 10:52:20 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-10-11 10:52:20 +0000
commit2d97cd61b5fec5e64e52d4a85723e649458c71c4 (patch)
treeaafe77398ef9255f7a82675157ce08ed93f544ab /src/display/sp-canvas.h
parentCanvas profiling improvements. Also changed to a non deprecated measuring tim... (diff)
downloadinkscape-2d97cd61b5fec5e64e52d4a85723e649458c71c4.tar.gz
inkscape-2d97cd61b5fec5e64e52d4a85723e649458c71c4.zip
Fix issue on lagging space panning and resizing canvas pointed br @ede123 in RC. Also fix a bug rendering filters with superfast scroll and node tool
Diffstat (limited to 'src/display/sp-canvas.h')
-rw-r--r--src/display/sp-canvas.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h
index 9e962cd23..3e7424363 100644
--- a/src/display/sp-canvas.h
+++ b/src/display/sp-canvas.h
@@ -206,6 +206,9 @@ public:
double _dy0;
int _x0; ///< World coordinate of the leftmost pixels of window
int _y0; ///< World coordinate of the topmost pixels of window
+ bool _forcefull;
+ bool _scrooling;
+ int _delayrendering;
int _device_scale; ///< Scale for high DPI montiors
GDateTime *_idle_time;
int _splits;