diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2015-03-19 01:53:00 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2015-03-19 01:53:00 +0000 |
| commit | 8fe962f4de79592f7df62c3ec08f98cf90757208 (patch) | |
| tree | 674a1159c91b10e399ef96ae376259078a75faff /src/ui/tools/box3d-tool.h | |
| parent | packaging: Show details about failures in bug updating (diff) | |
| download | inkscape-8fe962f4de79592f7df62c3ec08f98cf90757208.tar.gz inkscape-8fe962f4de79592f7df62c3ec08f98cf90757208.zip | |
ui/tools: sp. fixes (cosmetic)
(bzr r14016)
Diffstat (limited to 'src/ui/tools/box3d-tool.h')
| -rw-r--r-- | src/ui/tools/box3d-tool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/box3d-tool.h b/src/ui/tools/box3d-tool.h index 1dd6bb5f8..33ae6d8e7 100644 --- a/src/ui/tools/box3d-tool.h +++ b/src/ui/tools/box3d-tool.h @@ -80,7 +80,7 @@ private: Proj::Pt3 drag_ptC_proj; bool ctrl_dragged; /* whether we are ctrl-dragging */ - bool extruded; /* whether shift-dragging already occured (i.e. the box is already extruded) */ + bool extruded; /* whether shift-dragging already occurred (i.e. the box is already extruded) */ sigc::connection sel_changed_connection; |
