* UIPagination: 修复按钮图标配色
This commit is contained in:
parent
ad5b064af0
commit
0beefc845b
Binary file not shown.
@ -910,8 +910,9 @@ namespace Sunny.UI
|
|||||||
base.SetStyleColor(uiColor);
|
base.SetStyleColor(uiColor);
|
||||||
foreach (var button in buttons.Values)
|
foreach (var button in buttons.Values)
|
||||||
{
|
{
|
||||||
|
button.SetStyleColor(uiColor);
|
||||||
button.FillColor = uiColor.PlainColor;
|
button.FillColor = uiColor.PlainColor;
|
||||||
button.ForeColor = uiColor.RectColor;
|
button.SymbolColor = button.ForeColor = uiColor.RectColor;
|
||||||
button.FillSelectedColor = uiColor.ButtonFillColor;
|
button.FillSelectedColor = uiColor.ButtonFillColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -203,6 +203,7 @@ namespace Sunny.UI
|
|||||||
{
|
{
|
||||||
if (style.Value() >= UIStyle.Blue.Value() && style.Value() <= UIStyle.Office2010Black.Value())
|
if (style.Value() >= UIStyle.Blue.Value() && style.Value() <= UIStyle.Office2010Black.Value())
|
||||||
{
|
{
|
||||||
|
if (style == UIStyle.DarkBlue) continue;
|
||||||
styles.Add(style);
|
styles.Add(style);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user