Fix overlay in titlebar when initiating drag

This commit is contained in:
Cory Forsstrom 2021-07-27 15:25:28 -07:00
parent 4994d34aba
commit 2a49e415d2

View file

@ -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(