diff options
Diffstat (limited to 'src/display/sp-canvas.h')
| -rw-r--r-- | src/display/sp-canvas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h index 27be86ae4..24980e743 100644 --- a/src/display/sp-canvas.h +++ b/src/display/sp-canvas.h @@ -126,7 +126,7 @@ private: * @return true if the drawing completes */ int paintRectInternal(PaintRectSetup const *setup, Geom::IntRect const &this_rect); - + void paintSpliter(); void set_cursor(GtkWidget *widget); /// Draws a specific rectangular part of the canvas. @@ -175,7 +175,7 @@ public: guint _idle_id; SPCanvasItem *_root; - + Geom::OptIntRect _spliter; Geom::OptIntRect _spliter_area; Geom::OptIntRect _spliter_control; |
