diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-06 07:10:50 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-06 07:10:50 +0000 |
| commit | 04004c1cfa13910eceeb96e83a36d5b8259cce10 (patch) | |
| tree | 42e691ea9dae026bb34fdebf18c5dbbb3fa1e8d7 /src/box3d-context.cpp | |
| parent | Write/read perspectives to/from SVG; store ratios of the distances from corne... (diff) | |
| download | inkscape-04004c1cfa13910eceeb96e83a36d5b8259cce10.tar.gz inkscape-04004c1cfa13910eceeb96e83a36d5b8259cce10.zip | |
Convenience for debugging
(bzr r3389)
Diffstat (limited to 'src/box3d-context.cpp')
| -rw-r--r-- | src/box3d-context.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index c82728c97..749087593 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -429,6 +429,11 @@ static gint sp_3dbox_context_root_handler(SPEventContext *event_context, GdkEven ret = TRUE; break; + case GDK_I: + Box3D::Perspective3D::print_debugging_info(); + ret = true; + break; + case GDK_x: case GDK_X: if (MOD__ALT_ONLY) { |
