View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024639 | Lazarus | LCL | public | 2013-06-23 09:17 | 2020-12-05 14:33 |
Reporter | Avishai | Assigned To | Bart Broersma | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | no change required | ||
Summary | 0024639: property TTabSheet.Color should be published. | ||||
Description | property TTabSheet.Color should be published. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
LazTarget | - | ||||
Widgetset | Win32/Win64 | ||||
Attached Files |
|
|
color.patch (365 bytes)
Index: lcl/comctrls.pp =================================================================== --- lcl/comctrls.pp (revision 43511) +++ lcl/comctrls.pp (working copy) @@ -503,6 +503,7 @@ property BorderWidth; property BiDiMode; property Caption; + property Color; property ChildSizing; property ClientHeight; property ClientWidth; |
|
Why _should_ it be published? Or is this a feature request? |
|
Maybe it is a feature request. The reason that it should be published is so that it's children pick up Color in ParentColor. But I guess that means that ParentColor should be published as well. |
|
The color of a TTabSheet is determined ny the theme engine. So in a default (themed) application setting Color doesn't have any effect at all. If we publish this property then we can expect lots of bugreports saying "it does not work". Please close. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-23 09:17 | Avishai | New Issue | |
2013-12-04 10:11 | ocean | File Added: color.patch | |
2013-12-04 13:32 | Bart Broersma | Note Added: 0071764 | |
2013-12-04 14:20 | Avishai | Note Added: 0071765 | |
2020-12-05 14:33 | Bart Broersma | Assigned To | => Bart Broersma |
2020-12-05 14:33 | Bart Broersma | Status | new => resolved |
2020-12-05 14:33 | Bart Broersma | Resolution | open => no change required |
2020-12-05 14:33 | Bart Broersma | LazTarget | => - |
2020-12-05 14:33 | Bart Broersma | Widgetset | Win32/Win64 => Win32/Win64 |
2020-12-05 14:33 | Bart Broersma | Note Added: 0127359 |