diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-09 15:39:21 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-01 16:17:15 +0000 |
| commit | e01e81f8a5f87b924b8bf33c7feda61df8863d98 (patch) | |
| tree | e7b96c0f9059d5cfb7056cc4ff33336cf7da2d00 /src/display/sp-canvas.h | |
| parent | Second cleanup to use cancas instead widgets (diff) | |
| download | inkscape-e01e81f8a5f87b924b8bf33c7feda61df8863d98.tar.gz inkscape-e01e81f8a5f87b924b8bf33c7feda61df8863d98.zip | |
Adding draggin area
Diffstat (limited to 'src/display/sp-canvas.h')
| -rw-r--r-- | src/display/sp-canvas.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h index 9459d633d..05443cb85 100644 --- a/src/display/sp-canvas.h +++ b/src/display/sp-canvas.h @@ -174,6 +174,8 @@ public: SPCanvasItem *_root; bool _is_dragging; + bool _oversplit; + Geom::OptIntRect _spliter; double _dx0; double _dy0; int _x0; ///< World coordinate of the leftmost pixels of window |
