diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-01 16:59:23 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-01 16:59:23 +0000 |
| commit | 1769e99ff8cfae073a22c03e196c6f9a4c4d9ced (patch) | |
| tree | d1e3400afdb91bc29ede02ba937cfdf4b41bdf99 /src/display/sp-canvas.h | |
| parent | Fix merging (diff) | |
| download | inkscape-1769e99ff8cfae073a22c03e196c6f9a4c4d9ced.tar.gz inkscape-1769e99ff8cfae073a22c03e196c6f9a4c4d9ced.zip | |
Fix coding style
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; |
