You've already forked lazarus-ccr
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user