fix: elements staying visible after switching to fullscreen
closes #482
This commit is contained in:
@@ -390,6 +390,7 @@ function update_fullormaxed()
|
||||
state.fullormaxed = state.fullscreen or state.maximized
|
||||
update_display_dimensions()
|
||||
Elements:trigger('prop_fullormaxed', state.fullormaxed)
|
||||
handle_mouse_move(INFINITY, INFINITY)
|
||||
end
|
||||
|
||||
function update_human_times()
|
||||
|
Reference in New Issue
Block a user