fixed warnings

git-svn-id: trunk@5686 -
This commit is contained in:
mattias 2004-07-16 10:20:17 +00:00
parent b73d8747d1
commit f63c43a12e
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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);