~thelinuxguy/openlp/angular-remote

« back to all changes in this revision

Viewing changes to openlp/core/lib/theme.py

  • Committer: Simon Hanna
  • Date: 2016-07-26 14:04:39 UTC
  • Revision ID: simon.hanna@serve-me.info-20160726140439-wd2tqjrghutx8k7b
Import openlp remote compiled files

Show diffs side-by-side

added added

removed removed

Lines of Context:
468
468
        master = master.strip().lstrip()
469
469
        element = element.strip().lstrip()
470
470
        value = str(value).strip().lstrip()
 
471
        ret_value = None
471
472
        if master == 'display':
472
473
            if element == 'wrapStyle':
473
474
                return True, None, None, None