mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-26 20:26:17 +02:00
ca27730b01
If the BSP layout was flipped on the X or Y axis (or both), OperationDirection commands would not adjust their directions accordingly and prevent the user from focusing, moving etc in a valid direction on the flipped layout. This commit addresses that bug by ensuring that we always try to apply any axis adjustments to an OperationDirection before calling the is_valid or new_idx functions.