Fix overlay in titlebar when initiating drag
This commit is contained in:
parent
4994d34aba
commit
2a49e415d2
1 changed files with 14 additions and 18 deletions
|
|
@ -452,7 +452,6 @@ where
|
|||
_ => {}
|
||||
}
|
||||
|
||||
if self.state.picked_pane().is_none() {
|
||||
self.elements
|
||||
.iter_mut()
|
||||
.zip(layout.children())
|
||||
|
|
@ -467,9 +466,6 @@ where
|
|||
)
|
||||
})
|
||||
.fold(event_status, event::Status::merge)
|
||||
} else {
|
||||
event::Status::Captured
|
||||
}
|
||||
}
|
||||
|
||||
fn draw(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue