!56 修复了UIDoubleUpDown和UIIntegerUpDown不能设置字体颜色的bug
Merge pull request !56 from asuper/FixUiUpDownForecolor
This commit is contained in:
commit
513c8cf171
@ -382,5 +382,7 @@ namespace Sunny.UI
|
|||||||
btnAdd.Width = btnDec.Width = buttonWidth;
|
btnAdd.Width = btnDec.Width = buttonWidth;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override Color ForeColor { get => pnlValue.ForeColor; set => pnlValue.ForeColor = value; }
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -359,5 +359,6 @@ namespace Sunny.UI
|
|||||||
btnAdd.Width = btnDec.Width = buttonWidth;
|
btnAdd.Width = btnDec.Width = buttonWidth;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public override Color ForeColor { get => pnlValue.ForeColor; set => pnlValue.ForeColor = value; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user