From f413ad2d30ed59f716a7a821f3d8193ae215b396 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Sat, 7 Jan 2012 23:03:14 +0000 Subject: [PATCH] Prevent selection of text on maindisplay --- openlp/core/lib/htmlbuilder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index dbdc1d104..b90b895b4 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -45,6 +45,7 @@ HTMLSRC = u""" padding: 0; border: 0; overflow: hidden; + -webkit-user-select: none; } body { %s;