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