mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-09 19:03:29 +00:00
fix bug
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@655 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -208,7 +208,6 @@ static void frame_draw(MwWidget handle) {
|
||||
area = r.height - MwDefaultBorderWidth(handle) * 2;
|
||||
ent = area / MwTextHeight(handle, "M");
|
||||
|
||||
|
||||
for(i = st; i < arrlen(lb->list) && i < st + ent; i++) {
|
||||
int selected = lb->selected == i ? 1 : 0;
|
||||
int j;
|
||||
|
||||
Reference in New Issue
Block a user