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

This commit is contained in:
noirauds 2015-02-11 21:12:58 +01:00
parent 0ac34fb885
commit 5391d20cf0

View File

@ -125,6 +125,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)