diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-22 18:49:31 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-22 18:49:31 +0000 |
| commit | 26861f2f3c98141ef273475909643a0424d24e55 (patch) | |
| tree | dc048b55df892b6463d68d6b4d12f49d55f05a9f /src | |
| parent | Fix exclusion of translatable files via POTFILES.skip (diff) | |
| download | inkscape-26861f2f3c98141ef273475909643a0424d24e55.tar.gz inkscape-26861f2f3c98141ef273475909643a0424d24e55.zip | |
Improve speed of LPE add dialog removing file from loop that make creation of multimple uneededd hidden dialogs
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/livepatheffect-add.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/livepatheffect-add.cpp b/src/ui/dialog/livepatheffect-add.cpp index c83f90df1..c89a0fe7e 100644 --- a/src/ui/dialog/livepatheffect-add.cpp +++ b/src/ui/dialog/livepatheffect-add.cpp @@ -107,6 +107,7 @@ LivePathEffectAdd::LivePathEffectAdd() Gdk::ENTER_NOTIFY_MASK | Gdk::LEAVE_NOTIFY_MASK | Gdk::KEY_PRESS_MASK); _LPESelectorFlowBox->signal_set_focus_child().connect(sigc::mem_fun(*this, &LivePathEffectAdd::on_focus)); + gladefile = get_filename(Inkscape::IO::Resource::UIS, "dialog-livepatheffect-effect.glade"); for (int i = 0; i < static_cast<int>(converter._length); ++i) { Glib::RefPtr<Gtk::Builder> builder_effect; try { |
