mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 01:49:47 +00:00
fix
This commit is contained in:
@@ -184,7 +184,7 @@ static void mwSubMenuAppearImpl(MwWidget handle, MwMenu menu, MwPoint* point, in
|
|||||||
h += 3;
|
h += 3;
|
||||||
|
|
||||||
if(diff_calc) {
|
if(diff_calc) {
|
||||||
p.y = rc.height - p.y - h;
|
p.y = p.y - h;
|
||||||
}
|
}
|
||||||
|
|
||||||
MwLLMakeToolWindow(handle->lowlevel);
|
MwLLMakeToolWindow(handle->lowlevel);
|
||||||
|
|||||||
Reference in New Issue
Block a user