0
0
Fork 0

me-main #1

Merged
Nate Rupsis merged 123 commits from me-main into main 2023-02-13 18:39:11 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 085c854b2a - Show all commits

View File

@ -331,7 +331,7 @@ static void apply_selection_operation_at_index(GMutableSpan selection,
selection_typed[index] = false;
break;
case SEL_OP_XOR:
selection_typed[index] ^= selection_typed[index];
selection_typed[index] = !selection_typed[index];
break;
default:
break;