/offlineimap/head: changeset 204
Scrolling behavior is better now; sometimes, with fast-scrolling text, the log would stop scrolling.
This commit is contained in:
parent
fd7295d9a6
commit
3b4c306f5d
@ -1,7 +1,8 @@
|
|||||||
offlineimap (3.2.2) unstable; urgency=low
|
offlineimap (3.2.2) unstable; urgency=low
|
||||||
|
|
||||||
* Updated manual to show new Gray color.
|
* Updated manual to show new Gray color.
|
||||||
|
* Scrolling behavior is better now; sometimes, with fast-scrolling text,
|
||||||
|
the log would stop scrolling.
|
||||||
|
|
||||||
-- John Goerzen <jgoerzen@complete.org> Thu, 25 Jul 2002 08:22:25 -0500
|
-- John Goerzen <jgoerzen@complete.org> Thu, 25 Jul 2002 08:22:25 -0500
|
||||||
|
|
||||||
|
@ -514,12 +514,10 @@ class Blinkenlights(VerboseUI):
|
|||||||
VerboseUI._msg(s, msg)
|
VerboseUI._msg(s, msg)
|
||||||
color = s.gettf().getcolor()
|
color = s.gettf().getcolor()
|
||||||
rescroll = 1
|
rescroll = 1
|
||||||
#print s.text.vbar.get()[1]
|
|
||||||
if s.text.vbar.get()[1] != 1.0:
|
|
||||||
rescroll = 0
|
|
||||||
|
|
||||||
s.textlock.acquire()
|
s.textlock.acquire()
|
||||||
try:
|
try:
|
||||||
|
if s.text.vbar.get()[1] != 1.0:
|
||||||
|
rescroll = 0
|
||||||
s.text.config(state = NORMAL)
|
s.text.config(state = NORMAL)
|
||||||
if not color in s.tags:
|
if not color in s.tags:
|
||||||
s.text.tag_config(color, foreground = color)
|
s.text.tag_config(color, foreground = color)
|
||||||
|
Loading…
Reference in New Issue
Block a user