diff options
| author | Adonis Papaderos <ado.papas@yahoo.gr> | 2010-11-24 13:07:25 +0000 |
|---|---|---|
| committer | Adonis Papaderos <ado.papas@yahoo.gr> | 2010-11-24 13:07:25 +0000 |
| commit | 13b5923ad6bf0f238d2aa771909757c47d26fa7d (patch) | |
| tree | 4e8bac12e59cc3d39a8ac7845649c40f5f92003f /src/object-edit.cpp | |
| parent | Fix luminance to alpha calculation in masks. (diff) | |
| download | inkscape-13b5923ad6bf0f238d2aa771909757c47d26fa7d.tar.gz inkscape-13b5923ad6bf0f238d2aa771909757c47d26fa7d.zip | |
fix Bug #680520 - crash while using the top rounding handle
(bzr r9914.2.1)
Diffstat (limited to 'src/object-edit.cpp')
| -rw-r--r-- | src/object-edit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object-edit.cpp b/src/object-edit.cpp index 9ad52eb1e..9c0b61b9c 100644 --- a/src/object-edit.cpp +++ b/src/object-edit.cpp @@ -172,7 +172,6 @@ RectKnotHolderEntityRX::knot_click(guint state) SP_OBJECT_REPR(rect)->setAttribute("ry", SP_OBJECT_REPR(rect)->attribute("rx")); } - update_knot(); } Geom::Point |
