summaryrefslogtreecommitdiff
path: root/unity-shared
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-01-20 19:43:16 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-01-20 19:43:16 +0100
commitf6c918d3ccffc40178e856858e97de3ebd0d8232 (patch)
treea60a929ed985e4dbbfcd7edc0dff3d9f204a2535 /unity-shared
parentd3a055176853ea9ac681d776fc8dd23b2b660ed8 (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.cpp1
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;