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…
Add table
Add a link
Reference in a new issue