fix menu
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-29 05:21:59 +09:00
commit 38321022b9
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -94,7 +94,7 @@ static void destroy(MwWidget handle) {
#define NEW_SUBMENU \
MwPoint p2; \
\
p2.x = p.x - 5; \
p2.x = p.x - 5 - tw / 2; \
p2.y = p.y + th / 2 + 5; \
\
m->sub[i]->wsub = MwCreateWidget(MwSubMenuClass, "submenu", handle, 0, MwGetInteger(handle, MwNheight), 0, 0); \