1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

ContentDB dialog: React to window info changes immediately (#15248)

This commit is contained in:
grorp 2024-10-09 15:08:15 +02:00 committed by GitHub
parent 6ac4447134
commit 07ff2a5c01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 1 deletions

View file

@ -496,6 +496,11 @@ local function handle_events(event)
return true
end
if event == "WindowInfoChange" then
ui.update()
return true
end
return false
end