Fix input in reply thread popup losing focus when dragging (#4815)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "ReplyThreadPopup.hpp"
|
||||
#include "widgets/dialogs/ReplyThreadPopup.hpp"
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "common/Channel.hpp"
|
||||
@@ -149,7 +149,7 @@ ReplyThreadPopup::ReplyThreadPopup(bool closeAutomatically, QWidget *parent,
|
||||
}
|
||||
});
|
||||
hbox->addWidget(this->ui_.notificationCheckbox, 1);
|
||||
this->ui_.notificationCheckbox->setFocusPolicy(Qt::ClickFocus);
|
||||
this->ui_.notificationCheckbox->setFocusPolicy(Qt::NoFocus);
|
||||
}
|
||||
|
||||
if (closeAutomatically)
|
||||
|
||||
Reference in New Issue
Block a user