diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2010-03-14 17:59:51 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2010-03-14 17:59:51 +0000 |
| commit | b11b62ddd952a15b0e3f1192c38f3ca15d1197f8 (patch) | |
| tree | 81780525416b938689fa0e85aaa9256d459f601f /src/path-chemistry.h | |
| parent | Implement keyboard shortcuts for single handle adjustments. (diff) | |
| download | inkscape-b11b62ddd952a15b0e3f1192c38f3ca15d1197f8.tar.gz inkscape-b11b62ddd952a15b0e3f1192c38f3ca15d1197f8.zip | |
fix pasting of LPE stacks
Fixed bugs:
- https://launchpad.net/bugs/290834
(bzr r9191)
Diffstat (limited to 'src/path-chemistry.h')
| -rw-r--r-- | src/path-chemistry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path-chemistry.h b/src/path-chemistry.h index 14b2b6ffb..64d7f63af 100644 --- a/src/path-chemistry.h +++ b/src/path-chemistry.h @@ -18,9 +18,10 @@ void sp_selected_path_combine (SPDesktop *desktop); void sp_selected_path_break_apart (SPDesktop *desktop); void sp_selected_path_to_curves (SPDesktop *desktop, bool interactive = true); +void sp_selected_to_lpeitems(SPDesktop *desktop); Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy); void sp_selected_path_reverse (SPDesktop *desktop); -bool sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_select); +bool sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_select, bool skip_all_lpeitems = false); #endif |
