diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-04 16:51:39 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-04 16:51:39 +0000 |
| commit | 45ec749062c3d4fce289013150cb7b59e3f8c8d5 (patch) | |
| tree | 30972f4aafe6b9340ed3ff51a1687a0bc51e07d2 /src | |
| parent | Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604... (diff) | |
| download | inkscape-45ec749062c3d4fce289013150cb7b59e3f8c8d5.tar.gz inkscape-45ec749062c3d4fce289013150cb7b59e3f8c8d5.zip | |
Add context to TODO comment
(bzr r13490)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-item.h | 3 |
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, |
