diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-07-17 05:00:49 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-07-17 05:00:49 +0000 |
| commit | 7af2b98550f3389d08773addca07cd943ec6e2bb (patch) | |
| tree | 0c509f3f222e89380b6b72e0f2cdacb821fc3044 /src/ui/widget/selected-style.cpp | |
| parent | Ported "widgets/node-toolbar.cpp". (diff) | |
| download | inkscape-7af2b98550f3389d08773addca07cd943ec6e2bb.tar.gz inkscape-7af2b98550f3389d08773addca07cd943ec6e2bb.zip | |
Temporary fixes/kludges.
(bzr r12380.1.16)
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
| -rw-r--r-- | src/ui/widget/selected-style.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp index d6e2406c9..102132158 100644 --- a/src/ui/widget/selected-style.cpp +++ b/src/ui/widget/selected-style.cpp @@ -477,6 +477,7 @@ SelectedStyle::setDesktop(SPDesktop *desktop) )); //_sw_unit = const_cast<SPUnit*>(sp_desktop_namedview(desktop)->doc_units); + _sw_unit = const_cast<SPUnit*>(&sp_unit_get_by_id(SP_UNIT_PX)); // Set the doc default unit active in the units list gint length = g_slist_length(_unit_mis); |
