Skip to content

Commit 5cac850

Browse files
committed
fix: end global "edit function" mode for grid editing early
Refs #875
1 parent 328fb72 commit 5cac850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/main.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10777,6 +10777,7 @@ procedure TMainForm.AnyGridEdited(Sender: TBaseVirtualTree; Node:
1077710777
if ([tsEditing, tsEditPending] * Sender.TreeStates) = [] then begin
1077810778
actDataCancelChanges.ShortCut := TextToShortcut('Esc');
1077910779
actDataPostChanges.ShortCut := TextToShortcut('Ctrl+Enter');
10780+
FGridEditFunctionMode := False;
1078010781
end;
1078110782
end;
1078210783

0 commit comments

Comments
 (0)