mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 20:50:20 +08:00
End possible opened grid editor when tab focus changes, which unfortunately doesn't fire the OnExit event into the editor. Fixes issue #1273
This commit is contained in:
@ -1639,6 +1639,8 @@ end;
|
||||
|
||||
procedure TfrmTableEditor.PageControlMainChange(Sender: TObject);
|
||||
begin
|
||||
if treeIndexes.IsEditing then
|
||||
treeIndexes.EndEditNode;
|
||||
UpdateSQLcode;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user