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