diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-05-18 08:12:49 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-05-18 08:12:49 +0000 |
| commit | a2a8d9df27ecf9d44ddcfbd714af004ea2ea3e19 (patch) | |
| tree | ce308104d912c2cd9542a1a0ce794b082cfd16c4 | |
| parent | Correct use of memcopy/sizeof on wrong type. Fixes bug #616178. (diff) | |
| download | inkscape-a2a8d9df27ecf9d44ddcfbd714af004ea2ea3e19.tar.gz inkscape-a2a8d9df27ecf9d44ddcfbd714af004ea2ea3e19.zip | |
Don't try to set non-existent size property in ctrlpoint
(bzr r11380)
| -rw-r--r-- | src/ui/control-manager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/control-manager.cpp b/src/ui/control-manager.cpp index 33d262c31..0e39737b8 100644 --- a/src/ui/control-manager.cpp +++ b/src/ui/control-manager.cpp @@ -167,7 +167,6 @@ SPCanvasItem *ControlManagerImpl::createControl(SPCanvasGroup *parent, ControlTy break; case CTRL_TYPE_ORIGIN: item = sp_canvas_item_new(parent, SP_TYPE_CTRLPOINT, - "size", targetSize, NULL); break; case CTRL_TYPE_INVISIPOINT: |
