Merge pull request #1528 from mtkennerly/bugfix/pick-list-transition
#1484, #1527: Fix overlay transition
This commit is contained in:
commit
042020b016
1 changed files with 4 additions and 0 deletions
|
|
@ -285,6 +285,10 @@ where
|
||||||
&mut shell,
|
&mut shell,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if matches!(event_status, event::Status::Captured) {
|
||||||
|
self.overlay = None;
|
||||||
|
}
|
||||||
|
|
||||||
shell.revalidate_layout(|| {
|
shell.revalidate_layout(|| {
|
||||||
self.base = renderer.layout(
|
self.base = renderer.layout(
|
||||||
&self.root,
|
&self.root,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue