Helpviewer/UrlBar/UrlBar.py

changeset 3034
7ce719013078
parent 3002
6ffc581f00f1
child 3035
36e9f388958b
--- a/Helpviewer/UrlBar/UrlBar.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Helpviewer/UrlBar/UrlBar.py	Sat Oct 19 13:03:39 2013 +0200
@@ -316,7 +316,7 @@
                 b = (highlight.blue() + 2 * backgroundColor.blue()) // 3
                 
                 loadingColor = QColor(r, g, b)
-                if abs(loadingColor.lightness() - 
+                if abs(loadingColor.lightness() -
                         backgroundColor.lightness()) < 20:
                     # special handling for special color schemes (e.g Gaia)
                     r = (2 * highlight.red() + backgroundColor.red()) // 3

eric ide

mercurial