diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-03-22 23:54:57 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-03-22 23:54:57 +0000 |
| commit | 34916594a83e94c364b99ea0025857ea80a7b14d (patch) | |
| tree | c25b3230d674a454999b0ebcd41ac07d65a0733f /src/object/sp-guide.h | |
| parent | Revert Ctrl+Up/Down direction to 0.92.4 behaviour (diff) | |
| download | inkscape-34916594a83e94c364b99ea0025857ea80a7b14d.tar.gz inkscape-34916594a83e94c364b99ea0025857ea80a7b14d.zip | |
Allow guide duplication in guides dialog
Diffstat (limited to 'src/object/sp-guide.h')
| -rw-r--r-- | src/object/sp-guide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-guide.h b/src/object/sp-guide.h index 57a52e627..4ecd62d17 100644 --- a/src/object/sp-guide.h +++ b/src/object/sp-guide.h @@ -57,6 +57,7 @@ public: bool getLocked() const { return locked; } static SPGuide *createSPGuide(SPDocument *doc, Geom::Point const &pt1, Geom::Point const &pt2); + SPGuide *duplicate(); void showSPGuide(SPCanvasGroup *group, GCallback handler); void hideSPGuide(SPCanvas *canvas); |
