mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
Set font of window text input
This commit is contained in:
parent
879a4b8193
commit
ea956d83e1
@ -160,6 +160,7 @@ void PopupLineEdit::showPupopInput()
|
||||
|
||||
input->GetInput()->setMaxLength(this->maxLength());
|
||||
input->GetInput()->setText(this->text());
|
||||
input->setFont(this->font());
|
||||
|
||||
_old_text = this->text();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user