git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@349 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-16 05:58:04 +00:00
parent ac1e102dee
commit b04e1a76a6
3 changed files with 10 additions and 61 deletions

View File

@@ -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;
}