From ea956d83e1db99a70179c43a706a3eb6e618a15f Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Mon, 22 Apr 2024 15:47:23 +0800 Subject: [PATCH] Set font of window text input --- DSView/pv/dock/keywordlineedit.cpp | 1 + 1 file changed, 1 insertion(+) 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();