Stop drawing pane background when dragged
This commit is contained in:
parent
2f02ca3248
commit
ef553cd124
1 changed files with 0 additions and 6 deletions
|
|
@ -82,12 +82,6 @@ where
|
|||
let pane = panes.remove(index);
|
||||
let bounds = layout.bounds();
|
||||
|
||||
if let Primitive::Group { primitives } = &pane {
|
||||
panes.push(
|
||||
primitives.first().cloned().unwrap_or(Primitive::None),
|
||||
);
|
||||
}
|
||||
|
||||
// TODO: Fix once proper layering is implemented.
|
||||
// This is a pretty hacky way to achieve layering.
|
||||
let clip = Primitive::Clip {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue