MultiInputDialog: do not refresh full screen on show (#8760)

Fix ugly full screen flashing on show.
reviewable/pr8771/r1
hius07 2 years ago committed by GitHub
parent 59f04ab018
commit cb7e670c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -204,7 +204,10 @@ function MultiInputDialog:init()
ignore_if_over = "height",
self.dialog_frame,
}
UIManager:setDirty(self, "ui")
UIManager:setDirty(self, function()
return "ui", self.dialog_frame.dimen
end)
end
function MultiInputDialog:getFields()

Loading…
Cancel
Save