diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-07 23:46:38 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-07 23:46:38 +0000 |
| commit | 3fb11a7eb8d066e2b16bddb98de9b4c03e28ba56 (patch) | |
| tree | 3d9aa2103cfbb48808f7882188a60f0ec7cf738e /src/ui | |
| parent | Fix bug:1605334 FeImage X and Y position (diff) | |
| download | inkscape-3fb11a7eb8d066e2b16bddb98de9b4c03e28ba56.tar.gz inkscape-3fb11a7eb8d066e2b16bddb98de9b4c03e28ba56.zip | |
Fix bug:1630796 on flatten button. Attemp 2
Fixed bugs:
- https://launchpad.net/bugs/1630796
(bzr r15152)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h index 8e9e66435..a7c749ef3 100644 --- a/src/ui/dialog/livepatheffect-editor.h +++ b/src/ui/dialog/livepatheffect-editor.h @@ -49,8 +49,6 @@ public: void onSelectionModified(Inkscape::Selection *sel); virtual void on_effect_selection_changed(); void setDesktop(SPDesktop *desktop); - // void add_entry(const char* name ); - void effect_list_reload(SPLPEItem *lpeitem); private: @@ -66,6 +64,9 @@ private: sigc::connection selection_changed_connection; sigc::connection selection_modified_connection; + // void add_entry(const char* name ); + void effect_list_reload(SPLPEItem *lpeitem); + void set_sensitize_all(bool sensitive); void showParams(LivePathEffect::Effect& effect); |
