possible bugs fixed
This commit is contained in:
parent
09a0ecd19f
commit
c3b7b1ef28
@ -973,7 +973,7 @@ end;
|
|||||||
|
|
||||||
procedure TAdjustForm.txtAngleEnter(Sender: TObject);
|
procedure TAdjustForm.txtAngleEnter(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
EditBoxValue := txtVibrancy.Text;
|
EditBoxValue := txtAngle.Text;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAdjustForm.txtAngleKeyPress(Sender: TObject; var Key: Char);
|
procedure TAdjustForm.txtAngleKeyPress(Sender: TObject; var Key: Char);
|
||||||
@ -1938,9 +1938,11 @@ begin
|
|||||||
except
|
except
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
MainForm.UpdateUndo;
|
if v > 0 then begin
|
||||||
cp.pixels_per_unit := v/100*PreviewImage.Width;
|
MainForm.UpdateUndo;
|
||||||
UpdateFlame;
|
cp.pixels_per_unit := v/100*PreviewImage.Width;
|
||||||
|
UpdateFlame;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user