diff --git a/DSView/pv/dock/keywordlineedit.cpp b/DSView/pv/dock/keywordlineedit.cpp index 50899f58..0c0bc023 100644 --- a/DSView/pv/dock/keywordlineedit.cpp +++ b/DSView/pv/dock/keywordlineedit.cpp @@ -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();