Fix MenuButton location for dropdown menu

master
Noah 2021-06-03 19:09:26 -07:00
父节点 ff76b831ad
当前提交 8f91971b62
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -88,7 +88,7 @@ func (w *MenuButton) Compute(e render.Engine) {
func (w *MenuButton) positionMenu(e render.Engine) {
var (
// Position and size of the MenuButton button.
buttonPoint = w.Point()
buttonPoint = AbsolutePosition(w)
buttonSize = w.Size()
// Size of the actual desktop window.