Review: Needs Fixing Line 10, you've got False as the default. You need to set the default here as per lines 79-82 too.
Although in both places you probably don't need to create a stylesheet_fix_default variable, you could just do QtCore.QVariant(sys.platform.startswith(u'win')) -- https://code.launchpad.net/~patrick-zakweb/openlp/bug-936281-newformat/+merge/139312 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

