add MwTreeViewGetOpened
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-12 09:49:06 +09:00
commit 56544212b1
4 changed files with 32 additions and 9 deletions

View file

@ -96,7 +96,7 @@ static void draw(MwWidget handle) {
MwDrawFrame(handle, &r3, c, 1);
MwLLClip(handle->lowlevel, NULL);
}else if(n == 1 && i == 0){
} else if(n == 1 && i == 0) {
MwRect r3 = r2;
r3.y = tab_height(handle);