tiling: Show pill indicator outer group indicator
This commit is contained in:
parent
f949260ee2
commit
730ec41b8f
1 changed files with 2 additions and 1 deletions
|
|
@ -3110,7 +3110,8 @@ where
|
|||
)
|
||||
.into(),
|
||||
);
|
||||
} else if mouse_tiling.is_some() && node.parent() == Some(&root) {
|
||||
}
|
||||
if mouse_tiling.is_some() && pill_indicator.is_some() {
|
||||
elements.push(
|
||||
IndicatorShader::element(
|
||||
*renderer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue