Kaynağa Gözat

update edit fill point button

Unknown 6 yıl önce
ebeveyn
işleme
0a22187e2a
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      vectoredit/umain.pas

+ 5 - 1
vectoredit/umain.pas

@@ -933,7 +933,11 @@ end;
 
 procedure TForm1.RequestBackFillUpdate(Sender: TObject);
 begin
-  if not FUpdatingFromShape then UpdateShapeBackFill;
+  if not FUpdatingFromShape then
+  begin
+    UpdateShapeBackFill;
+    UpdateBackToolFillPoints;
+  end;
 end;
 
 procedure TForm1.OnBackFillChange(ASender: TObject);