Răsfoiți Sursa

fix pen style combobox update

johann 5 ani în urmă
părinte
comite
600db3638e
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      lazpaint/tools/utoolvectorial.pas

+ 1 - 2
lazpaint/tools/utoolvectorial.pas

@@ -407,7 +407,6 @@ end;
 
 procedure TEditShapeTool.UpdateToolManagerFromShape(AShape: TVectorShape);
 var
-  ps: TPenStyle;
   opt: TShapeOptions;
   zoom: single;
   m: TAffineMatrix;
@@ -435,7 +434,7 @@ begin
       else
       begin
         include(opt,toDrawShape);
-        Manager.PenStyle := ps;
+        Manager.PenStyle := BGRAToPenStyle(AShape.PenStyle);
       end;
   end;
   if doDraw then