fix
This commit is contained in:
parent
e44eaa2c16
commit
873c75b882
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue