File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55> - Breaking Changes:
66> - Features:
77> - Bugfixes:
8+ > - Fixed ItemContainer.BorderBrush and ItemContainer.SelectedBrush not reacting to theme changes
89
910#### ** Version 6.5.0**
1011
Original file line number Diff line number Diff line change 3333 TileMode =" Tile" >
3434 <DrawingBrush .Drawing>
3535 <DrawingGroup >
36- <GeometryDrawing Brush =" {DynamicResource ItemContainer.BorderBrush}" >
36+ <GeometryDrawing Brush =" {StaticResource ItemContainer.BorderBrush}" >
3737 <GeometryDrawing .Geometry>
3838 <GeometryGroup >
3939 <RectangleGeometry Rect =" 0 0 50 50" />
Original file line number Diff line number Diff line change 3535 <Setter Property =" HighlightBrush"
3636 Value =" {StaticResource ItemContainer.HighlightBrush}" />
3737 <Setter Property =" BorderBrush"
38- Value =" {StaticResource ItemContainer.BorderBrush}" />
38+ Value =" {DynamicResource ItemContainer.BorderBrush}" />
3939 <Setter Property =" SelectedBrush"
40- Value =" {StaticResource ItemContainer.SelectedBrush}" />
40+ Value =" {DynamicResource ItemContainer.SelectedBrush}" />
4141 </ControlTheme >
4242
4343 <!-- DECORATOR CONTAINER-->
You can’t perform that action at this time.
0 commit comments