View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035563 | Lazarus | LCL | public | 2019-05-11 13:46 | 2019-05-14 21:00 |
Reporter | CudaText man | Assigned To | Jesus Reyes | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.1 (SVN) | ||||
Fixed in Version | 2.1 (SVN) | ||||
Summary | 0035563: StringGrid cell autosize is not ok for Unicode | ||||
Description | Create new app, place StringGrid on form. Add OnCreate: procedure TForm1.FormCreate(Sender: TObject); begin StringGrid1.Cells[1,1]:= 'ആഅഈഊഈഊ'; StringGrid1.AutoSizeColumns; end; set Windows 10 high-dpi 150%, run the app. the cell is autosized not OK: last 1-2 pixels are cropped. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 61227 | ||||
LazTarget | 2.2 | ||||
Widgetset | Win32/Win64 | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2019-05-11 13:46 | CudaText man | New Issue | |
2019-05-11 13:47 | CudaText man | File Added: uni-grid.png | |
2019-05-14 20:51 | Jesus Reyes | Assigned To | => Jesus Reyes |
2019-05-14 20:51 | Jesus Reyes | Status | new => assigned |
2019-05-14 21:00 | Jesus Reyes | Status | assigned => resolved |
2019-05-14 21:00 | Jesus Reyes | Resolution | open => fixed |
2019-05-14 21:00 | Jesus Reyes | Fixed in Version | => 2.1 (SVN) |
2019-05-14 21:00 | Jesus Reyes | Fixed in Revision | => 61227 |
2019-05-14 21:00 | Jesus Reyes | LazTarget | => 2.2 |
2019-05-14 21:00 | Jesus Reyes | Widgetset | Win32/Win64 => Win32/Win64 |
2019-05-14 21:00 | Jesus Reyes | Note Added: 0116198 |