[lightlang] r942 committed - Рефакторинг

0 views
Skip to first unread message

ligh...@googlecode.com

unread,
Feb 20, 2010, 5:22:34 PM2/20/10
to ligh...@googlegroups.com
Revision: 942
Author: mdevaev
Date: Sat Feb 20 14:20:16 2010
Log: Рефакторинг
http://code.google.com/p/lightlang/source/detail?r=942

Modified:
/trunk/lightlang/apps/xsl/src/pyqt4/ChromeScrollBar.py

=======================================
--- /trunk/lightlang/apps/xsl/src/pyqt4/ChromeScrollBar.py Sat Feb 20
05:22:36 2010
+++ /trunk/lightlang/apps/xsl/src/pyqt4/ChromeScrollBar.py Sat Feb 20
14:20:16 2010
@@ -59,7 +59,7 @@

def addHighlight(self, pos, count) :
if len(self.highlight_positions_list) == 0 or
abs(self.highlight_positions_list[-1]["pos"] - pos) > MinCharacterDistance :
- self.highlight_positions_list.append({"pos" : pos, "count" : count})
+ self.highlight_positions_list.append({ "pos" : pos, "count" : count })

def drawHighlight(self) :
self.update()
Reply all
Reply to author
Forward
0 new messages