summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-10-22 17:20:20 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-10-22 17:20:26 +0000
commit000c8f59e0627f02709fe2135281a89e24e617ba (patch)
tree6d9a350f8fa013eeb3136477f18a93157f6a88f8 /src/verbs.cpp
parentFix wrong interpretation on how works canvas rendering (diff)
downloadinkscape-000c8f59e0627f02709fe2135281a89e24e617ba.tar.gz
inkscape-000c8f59e0627f02709fe2135281a89e24e617ba.zip
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
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp4
1 files changed, 1 insertions, 3 deletions
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
/**