View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031966 | Lazarus | LCL | public | 2017-06-04 16:39 | 2017-06-04 18:17 |
Reporter | Michl | Assigned To | Michl | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.9 (SVN) | ||||
Target Version | 1.8 | ||||
Summary | 0031966: AV: Application.BidiMode bdRightToLeft and Panel1.ChildSizing.Layout cclTopToBottomThenLeftToRight | ||||
Description | See description | ||||
Steps To Reproduce | Two TButtons in a TPanel. Then: procedure TForm1.FormCreate(Sender: TObject); begin Application.BidiMode := bdRightToLeft; Panel1.ChildSizing.ControlsPerLine := 2; Panel1.ChildSizing.Layout := cclTopToBottomThenLeftToRight; Panel1.AutoSize := True; end; Gives a AV after start. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | r55213 | ||||
LazTarget | - | ||||
Widgetset | |||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-06-04 16:39 | Michl | New Issue | |
2017-06-04 16:39 | Michl | Status | new => assigned |
2017-06-04 16:39 | Michl | Assigned To | => Michl |
2017-06-04 16:39 | Michl | File Added: test.zip | |
2017-06-04 16:40 | Michl | Relationship added | related to 0028483 |
2017-06-04 17:41 | Michl | Fixed in Revision | => r55213 |
2017-06-04 17:41 | Michl | Status | assigned => resolved |
2017-06-04 17:41 | Michl | Resolution | open => fixed |
2017-06-04 17:41 | Michl | Target Version | 1.9 (SVN) => 1.8 |
2017-06-04 17:41 | Michl | Status | resolved => closed |
2017-06-04 18:17 | Michl | Relationship added | related to 0024568 |