diff options
| author | Jabiertxof <jtx@jtx> | 2017-04-29 00:01:22 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-04-29 00:01:22 +0000 |
| commit | e5601e5e84df30c40d93271fd69cecd31391e309 (patch) | |
| tree | 7408c6a5bb33c58d1757ef9ce85041e532bd5c5e /src/live_effects/parameter/point.h | |
| parent | Update to trunk (diff) | |
| download | inkscape-e5601e5e84df30c40d93271fd69cecd31391e309.tar.gz inkscape-e5601e5e84df30c40d93271fd69cecd31391e309.zip | |
Rewrite UX
(bzr r15620.1.12)
Diffstat (limited to 'src/live_effects/parameter/point.h')
| -rw-r--r-- | src/live_effects/parameter/point.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/parameter/point.h b/src/live_effects/parameter/point.h index 5d145a81a..a5153ad80 100644 --- a/src/live_effects/parameter/point.h +++ b/src/live_effects/parameter/point.h @@ -44,6 +44,8 @@ public: Geom::Point param_get_default() const; void param_set_liveupdate(bool live_update); void param_update_default(Geom::Point default_point); + + virtual void param_update_default(const gchar * default_point); virtual void param_transform_multiply(Geom::Affine const& /*postmul*/, bool /*set*/); void set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color); |
