draw button in Toolbar with native style

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@858 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2009-06-22 17:58:57 +00:00
parent 98f42bc1d5
commit 90dba7a8e3
3 changed files with 10 additions and 9 deletions

View File

@@ -2103,7 +2103,7 @@ begin
if S<>'' then
FMultiLines.Add(S);
end;
if not (csLoading in Column.Grid.ComponentState) then
if not (csLoading in Column.Grid.ComponentState) and Column.Grid.HandleAllocated then
TRxDBGrid(Column.Grid).CalcTitle;
end;