diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-09-26 17:53:05 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-09-26 17:53:05 +0000 |
| commit | 16f7dcafe4fac100f1325b88f4623b7d5adf9a97 (patch) | |
| tree | 6e9209eb7d2a3b3eec006fe7567eaeb83b7bad51 /src/sp-namedview.h | |
| parent | 3DBox tool: snap the first point of the drag action (diff) | |
| download | inkscape-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.h | 3 |
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; |
