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 2697

Summary: Margins panel in the TeePreview editor doesn't scale correctly
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: EditorsAssignee: yeray alonso <yeray>
Status: RESOLVED FIXED    
Severity: enhancement CC: yeray
Priority: ---    
Version: 39.231109   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2024-04-17 09:00:36 EDT
To reproduce the problem, open a TeePreview in a monitor scaled to 150% or more.
If you open the editor in a 100% scaled monitor and you drag it to the 150% scaled monitor, it works well.

uses TeePrevi;

procedure TForm1.Button1Click(Sender: TObject);
begin
  TeePreview(Self, Chart1);
end;