Browse Source

Update bgrasvgtheme.pas

Leandro Diaz 4 years ago
parent
commit
1b40b07fda
1 changed files with 0 additions and 14 deletions
  1. 0 14
      bgrasvgtheme.pas

+ 0 - 14
bgrasvgtheme.pas

@@ -702,20 +702,6 @@ begin
 
     ColorizeSurface(ASurface, State);
     DrawBitmap;
-
-    if Focused then
-    begin
-      DestCanvas.Pen.Color := DestCanvas.Font.Color;
-      DestCanvas.Pen.Style := psDash;
-      DestCanvas.Brush.Style := bsClear;
-      r := ARect;
-      r.Inflate(-ScaleForCanvas(FButtonSliceScalingLeft),
-        -ScaleForCanvas(FButtonSliceScalingTop),
-        -ScaleForCanvas(FButtonSliceScalingRight),
-        -ScaleForCanvas(FButtonSliceScalingBottom));
-      DestCanvas.Rectangle(r);
-      DestCanvas.Pen.Style := psSolid;
-    end;
   end;
 end;