Skip to content

v1.0.2775-master

Compare
Choose a tag to compare
@xenia-ci xenia-ci released this 31 Oct 16:32
cba4ca0

Windows release build for xenia-project/xenia@778333b.

[UI] Fix ClearInput not called in ImGuiDrawer after deferred dialog removal

Also cleanup the code involved in dialog registration, and update the explanation of why dialog removal is delayed until the end of drawing (the original was written back when window listener and UI drawer callback registration during the execution of the callbacks was deferred, but that was wrong as that might result in execution of callbacks belonging to now-deleted objects).