Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some popups like the keypad didn't get captured. After debugging, I've narrowed it down to the ImGuiCaptureFlags_StitchAll flag, which is about capturing the whole scroll area content. Since the flag is unrelated to popups, this seems like a bug in ImGuiTestEngine. Signed-off-by: Sergio Martins <[email protected]>
- Loading branch information