forked from Ivasoft/DSView
Set font of window text input
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user