Skip to content

Commit

Permalink
Support zooming per mouse wheel in all remaining TSynMemo instances. …
Browse files Browse the repository at this point in the history
…This was missing in the procedure editor and log panel for instance.
  • Loading branch information
ansgarbecker committed May 17, 2024
1 parent ed5bccc commit 64e843c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -13141,6 +13141,7 @@ procedure TMainForm.SetupSynEditor(Editor: TSynMemo);
Editor.MaxScrollWidth := BaseEditor.MaxScrollWidth;
Editor.WantTabs := BaseEditor.WantTabs;
Editor.OnKeyPress := BaseEditor.OnKeyPress;
Editor.OnMouseWheel := BaseEditor.OnMouseWheel;
if Editor <> SynMemoSQLLog then begin
Editor.OnPaintTransient := BaseEditor.OnPaintTransient;
end;
Expand Down

0 comments on commit 64e843c

Please sign in to comment.