Browse Source

Fix in RoundBorders bcmaterialdesignbutton.pas

lainz 9 years ago
parent
commit
f3d39c424c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bcmaterialdesignbutton.pas

+ 1 - 0
bcmaterialdesignbutton.pas

@@ -186,6 +186,7 @@ begin
   if FRoundBorders = AValue then
     Exit;
   FRoundBorders := AValue;
+  UpdateShadow;
   Invalidate;
 end;