mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Don't reapply shortcuts to base editor, but to all others. Closes #1600
This commit is contained in:
@@ -12759,8 +12759,10 @@ begin
|
||||
if Editor <> SynMemoSQLLog then begin
|
||||
Editor.OnPaintTransient := BaseEditor.OnPaintTransient;
|
||||
end;
|
||||
// Shortcuts
|
||||
//Editor.Keystrokes := BaseEditor.KeyStrokes;
|
||||
// Don't reapply shortcuts to base editor again, see issue 1600
|
||||
if Editor <> BaseEditor then begin
|
||||
Editor.Keystrokes := BaseEditor.KeyStrokes;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user