This commit is contained in:
NishiOwO
2025-12-21 22:21:10 +09:00
parent e44eaa2c16
commit 873c75b882

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);