summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-09-22 18:49:31 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-09-22 18:49:31 +0000
commit26861f2f3c98141ef273475909643a0424d24e55 (patch)
treedc048b55df892b6463d68d6b4d12f49d55f05a9f /src
parentFix exclusion of translatable files via POTFILES.skip (diff)
downloadinkscape-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.cpp1
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 {