diff options
| author | Raphael Rosch <launchpad@insaner.com> | 2016-04-14 18:19:03 +0000 |
|---|---|---|
| committer | insaner <launchpad@insaner.com> | 2016-04-14 18:19:03 +0000 |
| commit | 1dfba12bc394644560de7d2560aa03061237d0b8 (patch) | |
| tree | 7956c04251bf5943ef3b7e8c8a077674fb20001e /src/selection-chemistry.h | |
| parent | Fix c++11 flag when required on non-debian-based systems (diff) | |
| download | inkscape-1dfba12bc394644560de7d2560aa03061237d0b8.tar.gz inkscape-1dfba12bc394644560de7d2560aa03061237d0b8.zip | |
function to release object from group
Fixed bugs:
- https://launchpad.net/bugs/484041
(bzr r14845)
Diffstat (limited to 'src/selection-chemistry.h')
| -rw-r--r-- | src/selection-chemistry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 4bfa2c0aa..82b91c617 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -76,6 +76,7 @@ void sp_selection_untile(SPDesktop *desktop); void sp_selection_group(Inkscape::Selection *selection, SPDesktop *desktop); void sp_selection_ungroup(Inkscape::Selection *selection, SPDesktop *desktop); +void sp_selection_ungroup_pop_selection(Inkscape::Selection *selection, SPDesktop *desktop); void sp_selection_raise(Inkscape::Selection *selection, SPDesktop *desktop); void sp_selection_raise_to_top(Inkscape::Selection *selection, SPDesktop *desktop); |
