diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-07 14:20:02 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-07 14:20:02 +0000 |
| commit | 9bf886f095ec2bd6af5bebc658430fe4de3cbf63 (patch) | |
| tree | 1febcd9ced3a1c1a50dd630a22cce268a8cba215 /src/vanishing-point.cpp | |
| parent | Compute the correct visible front corner (also for 'upended' boxes) and set t... (diff) | |
| download | inkscape-9bf886f095ec2bd6af5bebc658430fe4de3cbf63.tar.gz inkscape-9bf886f095ec2bd6af5bebc658430fe4de3cbf63.zip | |
Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape boxes when state of a VP changes
(bzr r3412)
Diffstat (limited to 'src/vanishing-point.cpp')
| -rw-r--r-- | src/vanishing-point.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vanishing-point.cpp b/src/vanishing-point.cpp index 0b4140a8b..9b2c45b56 100644 --- a/src/vanishing-point.cpp +++ b/src/vanishing-point.cpp @@ -749,7 +749,7 @@ VPDrag::drawLinesForFace (const SP3DBox *box, Box3D::Axis axis) //, guint corner } } else { // TODO: Draw infinite PLs - g_warning ("Perspective lines for infinite vanishing points are not supported yet.\n"); + //g_warning ("Perspective lines for infinite vanishing points are not supported yet.\n"); } } |
