[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Minor bugfix on CDKScroller
From: |
Aarian P. Aleahmad |
Subject: |
Minor bugfix on CDKScroller |
Date: |
Sun, 06 Mar 2016 20:18:14 +0330 |
User-agent: |
Roundcube Webmail/0.7.2 |
Hi there
There was a minor bug in "scroller.c" which caused a mistake in
highlighting the current item when you set it manually. I fixed it:
scroller.c:176:
scroller->currentHigh = item;
was changed to:
scroller->currentHigh = scroller->currentItem - scroller->currentTop;
Sincerely,
Aarian
scroller.c
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Minor bugfix on CDKScroller,
Aarian P. Aleahmad <=