From 5391d20cf0c5854873ef46ddc8fbbf5671e56b6f Mon Sep 17 00:00:00 2001 From: noirauds Date: Wed, 11 Feb 2015 21:12:58 +0100 Subject: [PATCH] geography : bug 7615 : Filter panel on geography view displays improperly --- gramps/plugins/lib/maps/messagelayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/plugins/lib/maps/messagelayer.py b/gramps/plugins/lib/maps/messagelayer.py index 063a5a267..e5ccd96e0 100644 --- a/gramps/plugins/lib/maps/messagelayer.py +++ b/gramps/plugins/lib/maps/messagelayer.py @@ -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)