diff options
| author | Mike Pittman <thepittos@yahoo.com.au> | 2008-05-01 15:38:01 +0000 |
|---|---|---|
| committer | ozmikepittman <ozmikepittman@users.sourceforge.net> | 2008-05-01 15:38:01 +0000 |
| commit | 3558bf3ee3919716a045c97a4ea3927d4bf8c05c (patch) | |
| tree | 6702f8bd5bf9036b8f984f18a31120490a096d19 | |
| parent | Additions for Polar Grid extension - LP#224522 and Cartesian Grid Extension -... (diff) | |
| download | inkscape-3558bf3ee3919716a045c97a4ea3927d4bf8c05c.tar.gz inkscape-3558bf3ee3919716a045c97a4ea3927d4bf8c05c.zip | |
Removed Live Preview option from Add Nodes extension, as it didn't work anyway.
(bzr r5566)
| -rw-r--r-- | share/extensions/addnodes.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/addnodes.inx b/share/extensions/addnodes.inx index 584cf0a2a..f260f3df4 100644 --- a/share/extensions/addnodes.inx +++ b/share/extensions/addnodes.inx @@ -10,7 +10,7 @@ </param> <param name="max" type="float" min="0.1" max="10000.0" _gui-text="Maximum segment length (px)">10.0</param> <param name="segments" type="int" min="1" max="1000" _gui-text="Number of segments">2</param> - <effect> + <effect needs-live-preview="false"> <object-type>path</object-type> <effects-menu> <submenu _name="Modify Path"/> |
