Set font of window text input

This commit is contained in:
dreamsourcelabTAI 2024-04-22 15:47:23 +08:00
parent 879a4b8193
commit ea956d83e1

View File

@ -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();