Split Shell::request_redraw into two different methods
This commit is contained in:
parent
7fbc195b11
commit
752403d70c
15 changed files with 89 additions and 114 deletions
|
|
@ -931,7 +931,7 @@ where
|
|||
.last_status
|
||||
.is_some_and(|last_status| last_status != status)
|
||||
{
|
||||
shell.request_redraw(window::RedrawRequest::NextFrame);
|
||||
shell.request_redraw();
|
||||
}
|
||||
|
||||
event_status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue