mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
Correctly propagate focusOut event on TextEdit
This commit is contained in:
parent
327e60af01
commit
945784db11
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ protected:
|
|||
void focusOutEvent(QFocusEvent *event) override
|
||||
{
|
||||
popup_.hide();
|
||||
QWidget::focusOutEvent(event);
|
||||
QTextEdit::focusOutEvent(event);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue