From f6c918d3ccffc40178e856858e97de3ebd0d8232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 20 Jan 2014 19:43:16 +0100 Subject: DecorationStyle: no need to set the context changed after building it (bzr r3566.5.233) --- unity-shared/DecorationStyle.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'unity-shared') 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; -- cgit v1.2.3