Fix menu positions
This commit is contained in:
parent
65c6e96e24
commit
5523460f4e
5 changed files with 24 additions and 15 deletions
|
|
@ -420,9 +420,9 @@ Item {
|
|||
else
|
||||
link = "";
|
||||
if (showAt_)
|
||||
open(showAt_);
|
||||
popup(showAt_);
|
||||
else
|
||||
open();
|
||||
popup();
|
||||
}
|
||||
|
||||
Component {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue