Fix missing redraw request in tooltip widget
This commit is contained in:
parent
e95f5248cb
commit
453528743b
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ where
|
|||
(State::Open { .. }, None) => {
|
||||
*state = State::Idle;
|
||||
shell.invalidate_layout();
|
||||
shell.request_redraw();
|
||||
}
|
||||
(State::Open { .. }, Some(_)) | (State::Idle, None) => (),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue