summaryrefslogtreecommitdiffstats
path: root/src/perspective3d.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-08-07 14:20:02 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-08-07 14:20:02 +0000
commit9bf886f095ec2bd6af5bebc658430fe4de3cbf63 (patch)
tree1febcd9ced3a1c1a50dd630a22cce268a8cba215 /src/perspective3d.h
parentCompute the correct visible front corner (also for 'upended' boxes) and set t... (diff)
downloadinkscape-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/perspective3d.h')
-rw-r--r--src/perspective3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perspective3d.h b/src/perspective3d.h
index 6c7e77446..4dd309b1f 100644
--- a/src/perspective3d.h
+++ b/src/perspective3d.h
@@ -40,6 +40,7 @@ public:
bool has_box (const SP3DBox *box) const;
inline guint number_of_boxes () { return g_slist_length (boxes); }
void reshape_boxes (Box3D::Axis axes);
+ void toggle_boxes (Box3D::Axis axes); // update the shape of boxes after a VP's state was toggled
void update_box_reprs ();
void update_z_orders ();