This commit is contained in:
Nishi 2025-12-21 22:21:10 +09:00
commit 873c75b882
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -184,7 +184,7 @@ static void mwSubMenuAppearImpl(MwWidget handle, MwMenu menu, MwPoint* point, in
h += 3;
if(diff_calc) {
p.y = rc.height - p.y - h;
p.y = p.y - h;
}
MwLLMakeToolWindow(handle->lowlevel);