mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Prevent sporadic crash on startup
This commit is contained in:
@ -7221,6 +7221,9 @@ var
|
||||
IsFrame: Boolean;
|
||||
ScaleDownFactor: Double;
|
||||
begin
|
||||
// Prevent sporadic crash on startup
|
||||
if List = nil then
|
||||
Exit;
|
||||
ColWidths := '';
|
||||
ColsVisible := '';
|
||||
ColPos := '';
|
||||
|
Reference in New Issue
Block a user