Fix: Incorrect tab focus in reply threads (#4739)
* Fix: Incorrect tab focus in reply threads fixes #4737 * Append to changelog --------- Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
This commit is contained in:
@@ -150,6 +150,7 @@ ReplyThreadPopup::ReplyThreadPopup(bool closeAutomatically, QWidget *parent,
|
||||
}
|
||||
});
|
||||
hbox->addWidget(this->ui_.notificationCheckbox, 1);
|
||||
this->ui_.notificationCheckbox->setFocusPolicy(Qt::ClickFocus);
|
||||
}
|
||||
|
||||
if (closeAutomatically)
|
||||
|
||||
Reference in New Issue
Block a user