mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Enable auto scrolling in data- and query grid(s) when mouse is used to select rows. Fixes issue #849.
This commit is contained in:
@ -8305,6 +8305,7 @@ begin
|
||||
QueryTab.Grid.Font.Assign(QueryGrid.Font);
|
||||
QueryTab.Grid.Header.ParentFont := QueryGrid.Header.ParentFont;
|
||||
QueryTab.Grid.WantTabs := QueryGrid.WantTabs;
|
||||
QueryTab.Grid.AutoScrollDelay := QueryGrid.AutoScrollDelay;
|
||||
QueryTab.Grid.OnBeforeCellPaint := QueryGrid.OnBeforeCellPaint;
|
||||
QueryTab.Grid.OnFocusChanged := QueryGrid.OnFocusChanged;
|
||||
QueryTab.Grid.OnGetText := QueryGrid.OnGetText;
|
||||
|
Reference in New Issue
Block a user