From 5b7d6a31819028aa92cf777966d5e8cdacc11aa6 Mon Sep 17 00:00:00 2001 From: Tim G L Lyons Date: Mon, 12 Nov 2012 12:16:34 +0000 Subject: [PATCH] Bug: reset NarrWeb navigation menu layout when style sheet doesn't support it svn: r20652 --- gramps/plugins/webreport/narrativeweb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 411497bb7..5afb3e21d 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -8637,6 +8637,7 @@ class NavWebOptions(MenuReportOptions): self.__navigation.set_available(True) else: self.__navigation.set_available(False) + self.__navigation.set_value("Horizontal") def __graph_changed(self): """