mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-22 00:54:08 +00:00
cleanup
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@349 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -104,7 +104,7 @@ static void frame_draw(MwWidget handle) {
|
||||
MwDrawRect(handle, &r2, text);
|
||||
}
|
||||
p.y += MwTextHeight(handle, lb->list[i]) / 2;
|
||||
MwDrawTextEx(handle, &p, lb->list[i], 0, MwALIGNMENT_BEGINNING, selected ? base : text, selected ? text : base);
|
||||
MwDrawText(handle, &p, lb->list[i], 0, MwALIGNMENT_BEGINNING, selected ? base : text);
|
||||
p.y += MwTextHeight(handle, lb->list[i]) / 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user