diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-01-20 19:43:16 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-01-20 19:43:16 +0100 |
| commit | f6c918d3ccffc40178e856858e97de3ebd0d8232 (patch) | |
| tree | a60a929ed985e4dbbfcd7edc0dff3d9f204a2535 /unity-shared | |
| parent | d3a055176853ea9ac681d776fc8dd23b2b660ed8 (diff) | |
DecorationStyle: no need to set the context changed after building it
(bzr r3566.5.233)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/DecorationStyle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unity-shared/DecorationStyle.cpp b/unity-shared/DecorationStyle.cpp index 6856743ed..8cd0d106c 100644 --- a/unity-shared/DecorationStyle.cpp +++ b/unity-shared/DecorationStyle.cpp @@ -424,7 +424,6 @@ struct Style::Impl { nux::Size extents; auto const& layout = BuildPangoLayout(text); - pango_layout_context_changed(layout); pango_layout_get_pixel_size(layout, &extents.width, &extents.height); return extents; |
