summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bcb541c)
raw | patch | inline | side by side (parent: bcb541c)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 16 Apr 2007 23:39:53 +0000 (23:39 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 16 Apr 2007 23:39:53 +0000 (23:39 +0000) |
src/dyna-draw-context.cpp | patch | blob | history |
index d82754dbab791b67e58b0069381d968b0674dc0b..ba8d796a0ef93d6dc05b09451e8506e2a891c6cc 100644 (file)
SPItem *item = (SPItem *) items->data;
- did = did || sp_ddc_dilate_recursive (item, p, expand, radius, offset);
+ if (sp_ddc_dilate_recursive (item, p, expand, radius, offset))
+ did = true;
}