Skip to content

Commit

Permalink
iced-rs#1484, iced-rs#1527: Fix overlay transition
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 11, 2022
1 parent 23299a5 commit 8a5a365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/user_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ where
cursor_position
};

self.overlay = Some(layout);
self.overlay = None;

(base_cursor, event_statuses)
} else {
Expand Down

0 comments on commit 8a5a365

Please sign in to comment.