diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-12-20 21:48:36 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-12-20 21:48:36 +0000 |
| commit | 7fe5369149c8e894bd4cd71ad535eaff02556f02 (patch) | |
| tree | d0a682bbc59babba39b22de6a963701678048337 /src/extension/effect.h | |
| parent | Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget. (diff) | |
| download | inkscape-7fe5369149c8e894bd4cd71ad535eaff02556f02.tar.gz inkscape-7fe5369149c8e894bd4cd71ad535eaff02556f02.zip | |
Effects: make "Working..." dialog transient for preferences dialog
Diffstat (limited to 'src/extension/effect.h')
| -rw-r--r-- | src/extension/effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h index a14cc6e7d..143243a2e 100644 --- a/src/extension/effect.h +++ b/src/extension/effect.h @@ -125,6 +125,7 @@ public: bool no_doc; // if true, the effect does not process SVG document at all, so no need to save, read, and watch for errors bool no_live_preview; // if true, the effect does not need "live preview" checkbox in its dialog + PrefDialog *get_pref_dialog (void); void set_pref_dialog (PrefDialog * prefdialog); private: static gchar * remove_ (gchar * instr); |
