修复了UIDoubleUpDown和UIIntegerUpDown不能设置字体颜色的bug
This commit is contained in:
parent
2d8daa6d2b
commit
2b5953f2c3
@ -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