From e5f437ef068c055d5bac7900f88c4f34c7606617 Mon Sep 17 00:00:00 2001 From: noirauds Date: Wed, 11 Feb 2015 21:20:31 +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 487b46dbd..af64dfcf2 100644 --- a/gramps/plugins/lib/maps/messagelayer.py +++ b/gramps/plugins/lib/maps/messagelayer.py @@ -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)