diff options
| author | jtx <javier.arraiza@marker.es> | 2013-03-20 15:15:12 +0000 |
|---|---|---|
| committer | jtx <javier.arraiza@marker.es> | 2013-03-20 15:15:12 +0000 |
| commit | 6bdbe4b651d2a643d751803572df3e8f247a8707 (patch) | |
| tree | b04d653761d70bc92858723b3f2ecc0e8010c077 /src/ui/tool/multi-path-manipulator.h | |
| parent | Fixing regression (diff) | |
| parent | For testing, widget added, regression fixed (diff) | |
| download | inkscape-6bdbe4b651d2a643d751803572df3e8f247a8707.tar.gz inkscape-6bdbe4b651d2a643d751803572df3e8f247a8707.zip | |
Fixing node creations in BSpline mode.
(bzr r11950.4.1)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.h')
| -rw-r--r-- | src/ui/tool/multi-path-manipulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/multi-path-manipulator.h b/src/ui/tool/multi-path-manipulator.h index 54a9b5753..01033b3e5 100644 --- a/src/ui/tool/multi-path-manipulator.h +++ b/src/ui/tool/multi-path-manipulator.h @@ -71,7 +71,7 @@ public: void setLiveObjects(bool set); void updateOutlineColors(); void updateHandles(); - + sigc::signal<void> signal_coords_changed; /// Emitted whenever the coordinates /// shown in the status bar need updating private: |
