diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2019-05-18 19:14:16 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2019-05-20 16:22:27 +0000 |
| commit | 25f00397565bbdce7d7e98420f1921afd5b5092a (patch) | |
| tree | eb911793c46904938c43c26d789c6a3b12c2347f /src/ui/tools/box3d-tool.cpp | |
| parent | Another pixel alignment fix (diff) | |
| download | inkscape-25f00397565bbdce7d7e98420f1921afd5b5092a.tar.gz inkscape-25f00397565bbdce7d7e98420f1921afd5b5092a.zip | |
More pixel-level alignment fixes for various controls, by making all controls have an odd-integer size (measured in pixels)
Diffstat (limited to 'src/ui/tools/box3d-tool.cpp')
| -rw-r--r-- | src/ui/tools/box3d-tool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tools/box3d-tool.cpp b/src/ui/tools/box3d-tool.cpp index ef73eea9b..f54e07784 100644 --- a/src/ui/tools/box3d-tool.cpp +++ b/src/ui/tools/box3d-tool.cpp @@ -394,11 +394,11 @@ bool Box3dTool::root_handler(GdkEvent* event) { ret = true; break; - /* TODO: what is this??? + /* FOR DEBUGGING PURPOSES case GDK_O: if (MOD__CTRL(event) && MOD__SHIFT(event)) { Box3D::create_canvas_point(persp3d_get_VP(document()->getCurrentPersp3D(), Proj::W).affine(), - 6, 0xff00ff00); + 7, 0xff00ff00); } ret = true; break; |
