mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-11 22:03:09 -06:00
CtrlLib: EditField SetFont minor fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1678 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ee7240c808
commit
ce46a3dac5
1 changed files with 1 additions and 1 deletions
|
|
@ -975,7 +975,7 @@ void EditField::Reset()
|
|||
EditField& EditField::SetFont(Font _font)
|
||||
{
|
||||
font = _font;
|
||||
Refresh();
|
||||
Finish(true);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue