Skip to content

Commit

Permalink
closing root menu deacticates menu widget
Browse files Browse the repository at this point in the history
  • Loading branch information
poeticAndroid committed Mar 8, 2020
1 parent 88a0d43 commit 1f59d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system_drive/libs/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ do
function Menu:close(struct)
if not struct then
struct = self.struct
self.active = false
end
if struct.vp then
for i, menu in ipairs(struct.menu) do
Expand Down

0 comments on commit 1f59d26

Please sign in to comment.