geography : bug 7615 : Filter panel on geography view displays improperly

This commit is contained in:
noirauds 2015-02-11 21:20:31 +01:00
parent 65523e0442
commit e5f437ef06

View File

@ -127,6 +127,7 @@ class MessageLayer(GObject.GObject, osmgpsmap.MapLayer):
0.9) # transparency
d_width = gpsmap.get_allocation().width
d_width -= 100
ctx.restore()
ctx.save()
ctx.move_to(100, 5)
layout = PangoCairo.create_layout(ctx)