mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Fix once
applying to selection movement
This commit is contained in:
parent
face71676c
commit
413c25fa4b
1 changed files with 1 additions and 1 deletions
|
@ -1177,7 +1177,7 @@ Hy3Node* Hy3Layout::shiftOrGetFocus(Hy3Node& node, ShiftDirection direction, boo
|
|||
|
||||
auto& group = break_parent->data.as_group; // must be a group in order to be a parent
|
||||
|
||||
if (has_broken_once) break;
|
||||
if (once && shift && has_broken_once) break;
|
||||
|
||||
if (shiftMatchesLayout(group.layout, direction)) {
|
||||
// group has the correct orientation
|
||||
|
|
Loading…
Add table
Reference in a new issue