Merge lp:~j-corwin/openlp/general into lp:openlp

Proposed by Jonathan Corwin
Status: Merged
Merged at revision: 1868
Proposed branch: lp:~j-corwin/openlp/general
Merge into: lp:openlp
Diff against target: 11 lines (+1/-0)
1 file modified
openlp/core/lib/htmlbuilder.py (+1/-0)
To merge this branch: bzr merge lp:~j-corwin/openlp/general
Reviewer Review Type Date Requested Status
Tim Bentley Approve
Review via email: mp+87864@code.launchpad.net

Description of the change

Currently it is possible to select/highlight any text that appears on the maindisplay with the mouse.
If done accidentally this can look ugly.

This change prevents the text from being selected.

To post a comment you must log in.
Revision history for this message
Tim Bentley (trb143) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'openlp/core/lib/htmlbuilder.py'
--- openlp/core/lib/htmlbuilder.py 2012-01-04 17:19:49 +0000
+++ openlp/core/lib/htmlbuilder.py 2012-01-07 23:08:01 +0000
@@ -45,6 +45,7 @@
45 padding: 0;45 padding: 0;
46 border: 0;46 border: 0;
47 overflow: hidden;47 overflow: hidden;
48 -webkit-user-select: none;
48}49}
49body {50body {
50 %s;51 %s;