Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix viewport not working when minimized (#5042)
Fix: The viewport stops working when the program is minimized. Fix: Logically, the weird parts have been normalized. **Issue :** The viewport stops working when the program is minimized. * Related #3321 * Related #3877 * Related #3985 * Closes #3972 * Closes #4772 * Related #4832 * Closes #4892 **Solution :** When `request_redraw()` is performed in Minimized state, the occasional screen tearing phenomenon has disappeared. ( Probably expected to be the effect of #4814 ) To address the issue of the `Immediate Viewport` not updating in Minimized state, we can call `request_redraw()`.
- Loading branch information