Don't render split drag targets in the dock
This commit is contained in:
parent
96186a3dae
commit
b90e1012bf
1 changed files with 5 additions and 1 deletions
|
@ -1452,7 +1452,11 @@ impl View for Pane {
|
||||||
0,
|
0,
|
||||||
self.active_item_index + 1,
|
self.active_item_index + 1,
|
||||||
false,
|
false,
|
||||||
Some(100.),
|
if self.docked.is_some() {
|
||||||
|
None
|
||||||
|
} else {
|
||||||
|
Some(100.)
|
||||||
|
},
|
||||||
cx,
|
cx,
|
||||||
{
|
{
|
||||||
let toolbar = self.toolbar.clone();
|
let toolbar = self.toolbar.clone();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue