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

Fix ugly full screen flashing on show.
This commit is contained in:
hius07
2022-02-02 21:31:24 +02:00
committed by GitHub
parent 59f04ab018
commit cb7e670c4a

View File

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