summaryrefslogtreecommitdiffstats
path: root/src/dialogs/item-properties.h
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2011-12-30 11:01:48 +0000
committerKris <Kris.De.Gussem@hotmail.com>2011-12-30 11:01:48 +0000
commit8a2e93a39e369953e0fc16168d5a11c26a20f309 (patch)
tree1f631a631cfa2f485dd8c7b7325c337a4707acd0 /src/dialogs/item-properties.h
parentC++ification of item properties dialog (diff)
downloadinkscape-8a2e93a39e369953e0fc16168d5a11c26a20f309.tar.gz
inkscape-8a2e93a39e369953e0fc16168d5a11c26a20f309.zip
Item properties dialog: fix wasting resources when moving objects
(bzr r10806)
Diffstat (limited to 'src/dialogs/item-properties.h')
-rw-r--r--src/dialogs/item-properties.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dialogs/item-properties.h b/src/dialogs/item-properties.h
index ce4b2a146..f764c46fb 100644
--- a/src/dialogs/item-properties.h
+++ b/src/dialogs/item-properties.h
@@ -65,7 +65,9 @@ private:
Gtk::Label LabelInteractivity; //the label for interactivity
Gtk::Expander EInteractivity; //the label for interactivity
- SPAttributeTable attrTable;
+ SPAttributeTable attrTable; //the widget for showing the on... names at the bottom
+
+ SPItem *CurrentItem; //to store the current item, for not wasting resources
void MakeWidget(void);
void label_changed(void);