mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 01:29:31 +02:00
fixed warnings
git-svn-id: trunk@5686 -
This commit is contained in:
parent
b73d8747d1
commit
f63c43a12e
@ -355,6 +355,7 @@ begin
|
||||
CListWidget := PGtkCList(WidgetInfo^.CoreWidget);
|
||||
|
||||
//TODO
|
||||
if CListWidget=nil then exit;
|
||||
end;
|
||||
|
||||
procedure TGtkWSCustomListView.ColumnSetMaxWidth(const ALV: TCustomListView; const AIndex: Integer; const AColumn: TListColumn; const AMaxWidth: Integer);
|
||||
|
@ -239,7 +239,7 @@ procedure TCustomPairSplitter.SetSplitterType(const AValue: TPairSplitterType);
|
||||
begin
|
||||
if FSplitterType=AValue then exit;
|
||||
FSplitterType:=AValue;
|
||||
RecreateWnd;
|
||||
if HandleAllocated then RecreateWnd;
|
||||
end;
|
||||
|
||||
procedure TCustomPairSplitter.AddSide(ASide: TPairSplitterSide);
|
||||
|
Loading…
Reference in New Issue
Block a user