diff options
| author | Martin Owens <doctormo@gmail.com> | 2016-04-02 18:21:12 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2016-04-02 18:21:12 +0000 |
| commit | ab843636c11bb0d0550a8987fbdfcb089a55832e (patch) | |
| tree | ce5db2b27601e5726a3183abccafcde41f6755e2 /src/display/sp-canvas.cpp | |
| parent | Remove unused variable warnings. (diff) | |
| download | inkscape-ab843636c11bb0d0550a8987fbdfcb089a55832e.tar.gz inkscape-ab843636c11bb0d0550a8987fbdfcb089a55832e.zip | |
Fix node size regression and add ctrlResize property for multiple use.
Fixed bugs:
- https://launchpad.net/bugs/1562197
(bzr r14761)
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index d17271752..81ea7d142 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -360,6 +360,7 @@ static void sp_canvas_item_init(SPCanvasItem *item) { item->xform = Geom::Affine(Geom::identity()); + item->ctrlResize = 0; item->ctrlType = Inkscape::CTRL_TYPE_UNKNOWN; item->ctrlFlags = Inkscape::CTRL_FLAG_NORMAL; |
