Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1981

Summary: Bug in TeeVectorEdit.Pas breaks setting arrow height (fix included)
Product: VCL TeeChart Reporter: h.hasenack <hans>
Component: EditorsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: sandra
Priority: ---    
Version: 21.170329   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description h.hasenack 2018-01-30 16:16:34 EST
Readme.txt says build 2017.21.170329

procedure TVectorSeriesEditor.Edit2Change(Sender: TObject);
begin
  if Showing then Vector.ArrowHeight:=UDHeight.Position; // HHWas UDWidth.Position;
end;