git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@782 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-22 16:34:00 +00:00
parent 2ea1e48258
commit 977d027bb0
2 changed files with 15 additions and 15 deletions

View File

@@ -269,9 +269,9 @@ static void resize(MwWidget handle) {
if(ih <= (h / (LinePadding + MwTextHeight(handle, "M")))) {
MwLLShow(tv->vscroll->lowlevel, 0);
m = 16;
} else {
MwLLShow(tv->vscroll->lowlevel, 1);
m = 16;
}
if(tv->frame == NULL) {