better treeview
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-29 11:47:45 +00:00
commit 94c4bcd2cc
4 changed files with 38 additions and 23 deletions

View file

@ -299,7 +299,7 @@ static void resize(MwWidget handle, int no_resize) {
MwAddUserHandler(lb->frame, MwNmouseDownHandler, frame_mouse_down, NULL);
MwAddUserHandler(lb->frame, MwNmouseUpHandler, frame_mouse_up, NULL);
MwAddUserHandler(lb->frame, MwNmouseMoveHandler, frame_mouse_move, NULL);
} else if(!no_resize) {
} else if(!no_resize || MwGetInteger(lb->frame, MwNwidth) != (w - m)) {
MwVaApply(lb->frame,
MwNx, 0,
MwNy, y,