mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug []0001857] Infinite loop caused by TCustomGrid (update Lazarus version)
This commit is contained in:
parent
cdcb798f84
commit
ac5846ed68
2 changed files with 4 additions and 4 deletions
|
|
@ -40,7 +40,7 @@ type
|
|||
procedure SetGridVertLine(const AValue: Boolean);
|
||||
|
||||
protected
|
||||
{$IF lcl_fullversion < 1090000}
|
||||
{$IF lcl_fullversion < 1080003}
|
||||
function SelectCell(aCol, aRow: Integer): Boolean; override;
|
||||
{$ENDIF}
|
||||
procedure KeyDown(var Key: Word; Shift: TShiftState); override;
|
||||
|
|
@ -1986,7 +1986,7 @@ begin
|
|||
Options := Options - [goVertLine];
|
||||
end;
|
||||
|
||||
{$IF lcl_fullversion < 1090000}
|
||||
{$IF lcl_fullversion < 1080003}
|
||||
// Workaround for Lazarus issue 31942.
|
||||
function TDrawGridEx.SelectCell(aCol, aRow: Integer): Boolean;
|
||||
begin
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ type
|
|||
protected
|
||||
FFileView: TFileViewWithGrid;
|
||||
protected
|
||||
{$IF lcl_fullversion < 1090000}
|
||||
{$IF lcl_fullversion < 1080003}
|
||||
function SelectCell(aCol, aRow: Integer): Boolean; override;
|
||||
{$ENDIF}
|
||||
procedure RowHeightsChanged; override;
|
||||
|
|
@ -186,7 +186,7 @@ begin
|
|||
inherited KeyDown(Key, Shift);
|
||||
end;
|
||||
|
||||
{$IF lcl_fullversion < 1090000}
|
||||
{$IF lcl_fullversion < 1080003}
|
||||
// Workaround for Lazarus issue 31942.
|
||||
function TFileViewGrid.SelectCell(aCol, aRow: Integer): Boolean;
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue