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 - Margins panel in the TeePreview editor doesn't scale correctly
Summary: Margins panel in the TeePreview editor doesn't scale correctly
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Editors (show other bugs)
Version: 39.231109
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: yeray alonso
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-17 09:00 EDT by yeray alonso
Modified: 2024-04-17 09:10 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;