diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-04 22:53:57 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-31 14:50:38 +0000 |
| commit | 40df9f6ef495c4577958502ffb4f23a4a4e1092f (patch) | |
| tree | c8d16021ba5a2305687b02cd62385f6889e8f01c /src/extension/effect.cpp | |
| parent | Translatable enum can be protected (diff) | |
| download | inkscape-40df9f6ef495c4577958502ffb4f23a4a4e1092f.tar.gz inkscape-40df9f6ef495c4577958502ffb4f23a4a4e1092f.zip | |
Switch Inkscape::Extension to use InxWidgets instead of InxParameters
Diffstat (limited to 'src/extension/effect.cpp')
| -rw-r--r-- | src/extension/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index a9088f88d..976c26192 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -239,7 +239,7 @@ Effect::prefs (Inkscape::UI::View::View * doc) return true; } - if (param_visible_count() == 0) { + if (widget_visible_count() == 0) { effect(doc); return true; } |
