diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-12-23 19:51:48 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2009-12-23 19:51:48 +0000 |
| commit | de6736751124f92b2f88a7ac146434edbfad824c (patch) | |
| tree | b56dc6352c957bf5d18de67e115b24eb2f2895d4 /src/desktop.cpp | |
| parent | Fix the "show temporary outlines for selected paths" preference. (diff) | |
| download | inkscape-de6736751124f92b2f88a7ac146434edbfad824c.tar.gz inkscape-de6736751124f92b2f88a7ac146434edbfad824c.zip | |
Comment cleanup
(bzr r8846.2.5)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index b1b9a2955..e4e2ed7bc 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -91,8 +91,7 @@ #include "widgets/desktop-widget.h" #include "box3d-context.h" -// TODO those includes are only for the braindead quick zoom implementation. -// Remove them after fixing this. +// TODO those includes are only for node tool quick zoom. Remove them after fixing it. #include "ui/tool/node-tool.h" #include "ui/tool/control-point-selection.h" @@ -894,9 +893,8 @@ SPDesktop::zoom_quick (bool enable) _quick_zoom_stored_area = get_display_area(); bool zoomed = false; - // TODO This is brain damage. This needs to migrate into the node tool, - // but currently the design of this method is sufficiently broken - // to prevent this. + // TODO This needs to migrate into the node tool, but currently the design + // of this method is sufficiently wrong to prevent this. if (!zoomed && INK_IS_NODE_TOOL(event_context)) { InkNodeTool *nt = static_cast<InkNodeTool*>(event_context); if (!nt->_selected_nodes->empty()) { |
