Code

Add a zoom correction option to preferences (used when zooming to 1:1 etc. to display...
[inkscape.git] / src / ui / dialog / livepatheffect-editor.h
index be636ba2a90d9aa42b89fae6c3149a4acd160276..a924ed6e9507d9fe01d5aedc306d7bd1acdebc09 100644 (file)
@@ -55,6 +55,7 @@ private:
 
     void showParams(LivePathEffect::Effect* effect);
     void showText(Glib::ustring const &str);
+    void selectInList(LivePathEffect::Effect* effect);
 
    // void add_entry(const char* name );
     void effect_list_reload(SPLPEItem *lpeitem);
@@ -82,6 +83,8 @@ private:
         Gtk::TreeModelColumn<bool> col_visible;
     };
 
+    bool lpe_list_locked;
+
     Inkscape::UI::Widget::ComboBoxEnum<LivePathEffect::EffectType> combo_effecttype;
     
     Gtk::Widget * effectwidget;