From 89dec29933b82615972ab5cb5691df7a445aac6b Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Sun, 24 Feb 2019 01:13:39 -0500 Subject: Merge in bazaar branch for alignment handles --- src/ui/tools/select-tool.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ui/tools/select-tool.cpp') diff --git a/src/ui/tools/select-tool.cpp b/src/ui/tools/select-tool.cpp index 01ede4b6d..93ff8d1d2 100644 --- a/src/ui/tools/select-tool.cpp +++ b/src/ui/tools/select-tool.cpp @@ -59,7 +59,7 @@ using Inkscape::DocumentUndo; -GdkPixbuf *handles[13]; +GdkPixbuf *handles[23]; namespace Inkscape { namespace UI { @@ -112,6 +112,9 @@ SelectTool::SelectTool() sp_load_handles(4, 4, handle_rotate_xpm); sp_load_handles(8, 4, handle_skew_xpm); sp_load_handles(12, 1, handle_center_xpm); + sp_load_handles(13, 4, handle_align_xpm); + sp_load_handles(17, 1, handle_align_center_xpm); + sp_load_handles(18, 4, handle_align_corner_xpm); } //static gint xp = 0, yp = 0; // where drag started -- cgit v1.2.3