mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-12 20:23:35 +00:00
Fix clippy warning
This commit is contained in:
parent
d6c282a799
commit
46dec4b0ca
@ -515,7 +515,7 @@ impl Cursive {
|
||||
if let Event::Mouse {
|
||||
event,
|
||||
position,
|
||||
offset: _,
|
||||
..
|
||||
} = event
|
||||
{
|
||||
if event.grabs_focus() && !self.menubar.autohide
|
||||
|
Loading…
Reference in New Issue
Block a user