summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.h
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-09-26 17:53:05 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-09-26 17:53:05 +0000
commit16f7dcafe4fac100f1325b88f4623b7d5adf9a97 (patch)
tree6e9209eb7d2a3b3eec006fe7567eaeb83b7bad51 /src/sp-namedview.h
parent3DBox tool: snap the first point of the drag action (diff)
downloadinkscape-16f7dcafe4fac100f1325b88f4623b7d5adf9a97.tar.gz
inkscape-16f7dcafe4fac100f1325b88f4623b7d5adf9a97.zip
Fix for Bug #586955 (the unit for user defined document size is not refreshed if document is reopen).
(bzr r9793)
Diffstat (limited to 'src/sp-namedview.h')
-rw-r--r--src/sp-namedview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-namedview.h b/src/sp-namedview.h
index 048096d8c..5d8b7f1cb 100644
--- a/src/sp-namedview.h
+++ b/src/sp-namedview.h
@@ -54,7 +54,8 @@ struct SPNamedView : public SPObjectGroup {
bool grids_visible;
SPUnit const *doc_units;
-
+ SPUnit const *units;
+
GQuark default_layer_id;
double connector_spacing;