From 000c8f59e0627f02709fe2135281a89e24e617ba Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Tue, 22 Oct 2019 19:20:20 +0200 Subject: Make `FitCanvasVerb`s sensitive by default The only instance exposed in the UI is SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING and should be enabled by default. Fixes https://gitlab.com/inkscape/inkscape/issues/486 --- src/verbs.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index d41ae11e0..2c10cb6cf 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2380,9 +2380,7 @@ public: gchar const *tip, gchar const *image) : Verb(code, id, name, tip, image, _("View")) - { - set_default_sensitive(false); - } + { } }; // FitCanvasVerb class /** -- cgit v1.2.3