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 (emilk#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 emilk#3321 * Related emilk#3877 * Related emilk#3985 * Closes emilk#3972 * Closes emilk#4772 * Related emilk#4832 * Closes emilk#4892 **Solution :** When `request_redraw()` is performed in Minimized state, the occasional screen tearing phenomenon has disappeared. ( Probably expected to be the effect of emilk#4814 ) To address the issue of the `Immediate Viewport` not updating in Minimized state, we can call `request_redraw()`.
- Loading branch information