Skip to content

Commit

Permalink
minior bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KngStr committed May 28, 2020
1 parent b310b42 commit e95c408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/UI.Base.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6940,6 +6940,7 @@ procedure TViewBorder.Assign(Source: TPersistent);
FBrush.OnChanged := nil;
FBrush.Assign(TViewBorder(Source).FBrush);
FBrush.OnChanged := DoGradientChanged;
FLines := TViewBorder(Source).FLines;
FOnChanged := SaveChange;
FColor.OnChanged := SaveChange;
if Assigned(FOnChanged) then
Expand Down

0 comments on commit e95c408

Please sign in to comment.