소스 검색

Fix ColorSpeedButton borders

lainz 6 년 전
부모
커밋
5930fe89ea
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      colorspeedbutton.pas

+ 4 - 0
colorspeedbutton.pas

@@ -483,6 +483,10 @@ begin
   TempState := FState;
   TempState := FState;
   if Toggle and Pressed then
   if Toggle and Pressed then
     TempState := bsDown;
     TempState := bsDown;
+
+  Canvas.Pen.JoinStyle := pjsMiter; // remove rounded borders
+  Canvas.Pen.Style := psInsideframe; // draws border width inside equally
+
   case TempState of
   case TempState of
     bsUp:
     bsUp:
     begin
     begin