summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-04 16:51:39 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-04 16:51:39 +0000
commit45ec749062c3d4fce289013150cb7b59e3f8c8d5 (patch)
tree30972f4aafe6b9340ed3ff51a1687a0bc51e07d2 /src
parentAllow editing of fill and stroke patterns simultaneously. Fixes #601336, #604... (diff)
downloadinkscape-45ec749062c3d4fce289013150cb7b59e3f8c8d5.tar.gz
inkscape-45ec749062c3d4fce289013150cb7b59e3f8c8d5.zip
Add context to TODO comment
(bzr r13490)
Diffstat (limited to 'src')
-rw-r--r--src/sp-item.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-item.h b/src/sp-item.h
index 2880f4a8e..15784d041 100644
--- a/src/sp-item.h
+++ b/src/sp-item.h
@@ -51,7 +51,8 @@ enum {
SP_EVENT_MOUSEOUT
};
-// TODO fix this
+// TODO make a completely new function that transforms either the fill or
+// stroke of any SPItem without adding an extra parameter to adjust_pattern.
enum PatternTransform {
TRANSFORM_BOTH,
TRANSFORM_FILL,