fix: elements staying visible after switching to fullscreen

closes #482
This commit is contained in:
tomasklaen
2023-03-27 16:54:38 +02:00
parent 02228282be
commit 9839e7b726

View File

@@ -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()