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

This commit is contained in:
noirauds 2015-02-11 21:17:19 +01:00
parent 55a20ab1e3
commit dadb588d83

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)