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
|
self.elements
|
||||||
.iter_mut()
|
.iter_mut()
|
||||||
.zip(layout.children())
|
.zip(layout.children())
|
||||||
|
|
@ -467,9 +466,6 @@ where
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.fold(event_status, event::Status::merge)
|
.fold(event_status, event::Status::merge)
|
||||||
} else {
|
|
||||||
event::Status::Captured
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn draw(
|
fn draw(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue