diff options
Diffstat (limited to 'src/ui/toolbar/select-toolbar.cpp')
| -rw-r--r-- | src/ui/toolbar/select-toolbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/toolbar/select-toolbar.cpp b/src/ui/toolbar/select-toolbar.cpp index 8d6805487..e8fc61bc9 100644 --- a/src/ui/toolbar/select-toolbar.cpp +++ b/src/ui/toolbar/select-toolbar.cpp @@ -64,8 +64,8 @@ SelectToolbar::SelectToolbar(SPDesktop *desktop) : { Inkscape::Preferences *prefs = Inkscape::Preferences::get(); - auto select_all_button = add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL); - auto select_all_in_all_layers_button = add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL_IN_ALL_LAYERS); + add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL); + add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL_IN_ALL_LAYERS); auto deselect_button = add_toolbutton_for_verb(SP_VERB_EDIT_DESELECT); _context_items.push_back(deselect_button); |
