Menu.Closed property now takes the menu proxy into account.

[GB.QT4]
* BUG: Menu.Closed property now takes the menu proxy into account.

[GB.QT5]
* BUG: Menu.Closed property now takes the menu proxy into account.
This commit is contained in:
gambas 2018-03-06 23:35:59 +01:00
parent 2eccfbc7b8
commit 69abff8f73

View File

@ -896,6 +896,7 @@ END_METHOD
BEGIN_PROPERTY(Menu_Closed)
HANDLE_PROXY(_object);
GB.ReturnBoolean(!THIS->opened);
END_PROPERTY