mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 19:16:08 +02:00
ShellCtrls: Restore an empty line in source code, because it marks what the comment is about.
git-svn-id: trunk@40753 -
This commit is contained in:
parent
b6c62107a1
commit
c0f42ef5b4
@ -661,6 +661,7 @@ var
|
||||
begin
|
||||
// avoids crashes in the IDE by not populating during design
|
||||
if (csDesigning in ComponentState) then Exit;
|
||||
|
||||
r := GetLogicalDriveStrings(SizeOf(Drives), Drives);
|
||||
if r = 0 then Exit;
|
||||
if r > SizeOf(Drives) then Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user