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
1=== modified file 'openlp/core/lib/htmlbuilder.py'
2--- openlp/core/lib/htmlbuilder.py 2012-01-04 17:19:49 +0000
3+++ openlp/core/lib/htmlbuilder.py 2012-01-07 23:08:01 +0000
4@@ -45,6 +45,7 @@
5 padding: 0;
6 border: 0;
7 overflow: hidden;
8+ -webkit-user-select: none;
9 }
10 body {
11 %s;