mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Fix expand not working on nodes
It's still rather broken but at least you can expand them now
This commit is contained in:
parent
acd07dee93
commit
7bb536e709
1 changed files with 1 additions and 1 deletions
|
@ -1074,7 +1074,7 @@ void Hy3Layout::expand(int workspace_id, ExpandOption option, ExpandFullscreenOp
|
|||
}
|
||||
}
|
||||
|
||||
if (node->data.type == Hy3NodeType::Group)
|
||||
if (node->data.type == Hy3NodeType::Group && !node->data.as_group.group_focused)
|
||||
node->data.as_group.expand_focused = ExpandFocusType::Stack;
|
||||
|
||||
auto& group = node->parent->data.as_group;
|
||||
|
|
Loading…
Add table
Reference in a new issue