mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Bugfix: get rid of another Close() call which lead to a spurious mrCancel. Fixes issue #665.
This commit is contained in:
@ -188,7 +188,6 @@ begin
|
||||
main.appstarted := true;
|
||||
if AutoReconnect and (ComboBoxDescription.ItemIndex > -1) then
|
||||
begin
|
||||
ButtonConnectClick(self);
|
||||
TimerCloseFormReminder.Enabled := true;
|
||||
end;
|
||||
end;
|
||||
@ -352,7 +351,7 @@ end;
|
||||
procedure Tconnform.TimerCloseFormReminderTimer(Sender: TObject);
|
||||
begin
|
||||
TimerCloseFormReminder.Enabled := false;
|
||||
close;
|
||||
ButtonConnect.Click;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user