View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002788 | NoesisGUI | Studio | public | 2023-10-28 04:18 | 2023-11-16 01:49 |
Reporter | maherne | Assigned To | dfranjic | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Studio_A1 | ||||
Target Version | Studio_A1 | ||||
Summary | 0002788: Editing the Color property of an inherited SolidColorBrush will set the inherited Color | ||||
Description | On first changing the Foreground Color of a Run in the SolidColorBrush editor, in the properties panel, it will set the color to the inherited SolidColorBrush. Subsequent changes will be applied to a local SolidColorBrush. | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
It should be fixed with r12959. BrushProperty now implements the EnsureValue() which is called whenever user starts to edit some of the brush subproperties (such as Color). BrushProperty::EnsureValue() clones the brush object if it's not a local value and then applies that cloned brush to the parent object as a local value. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2023-10-28 04:18 | maherne | New Issue | |
2023-10-30 13:12 | jsantos | Target Version | => Studio_A1 |
2023-10-31 13:56 | dfranjic | Assigned To | => dfranjic |
2023-10-31 13:56 | dfranjic | Status | new => assigned |
2023-11-16 01:49 | dfranjic | Status | assigned => resolved |
2023-11-16 01:49 | dfranjic | Resolution | open => fixed |
2023-11-16 01:49 | dfranjic | Note Added: 0008944 |