submenu: just don't adjust if there's no global coordinates, there's not much of another way
This commit is contained in:
parent
54cdd85015
commit
d3751c0bf9
2 changed files with 0 additions and 7 deletions
|
|
@ -189,12 +189,6 @@ static void mwSubMenuAppearImpl(MwWidget handle, MwMenu menu, MwPoint* point, in
|
|||
MwNy, rc.height - sz.height,
|
||||
NULL);
|
||||
}
|
||||
} else {
|
||||
if(MwGetInteger(handle, MwNy) > sz.height) {
|
||||
MwVaApply(handle,
|
||||
MwNy, sz.height,
|
||||
NULL);
|
||||
}
|
||||
}
|
||||
|
||||
MwLLEndStateChange(handle->lowlevel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue