mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Focus first prechecked table or db node in table tools dialog, to trigger a Tree.OnChange call, which again fixes the width of the size column. Fixes issue #2277.
This commit is contained in:
@ -258,7 +258,7 @@ begin
|
|||||||
|
|
||||||
FirstChecked := TreeObjects.GetFirstChecked;
|
FirstChecked := TreeObjects.GetFirstChecked;
|
||||||
if Assigned(FirstChecked) then
|
if Assigned(FirstChecked) then
|
||||||
TreeObjects.ScrollIntoView(FirstChecked, True);
|
SelectNode(TreeObjects, FirstChecked);
|
||||||
// CHECKSUM available since MySQL 4.1.1
|
// CHECKSUM available since MySQL 4.1.1
|
||||||
idx := comboOperation.ItemIndex;
|
idx := comboOperation.ItemIndex;
|
||||||
if idx = -1 then idx := 0;
|
if idx = -1 then idx := 0;
|
||||||
|
Reference in New Issue
Block a user