forked from qt-creator/qt-creator
Editor: update proposal widget after editor contents changed
Also when text is removed via shortcuts. Fixes: QTCREATORBUG-15038 Change-Id: I1c78b9306594fbf13378a55b27be18769de141a6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -665,8 +665,6 @@ bool GenericProposalWidget::eventFilter(QObject *o, QEvent *e)
|
||||
}
|
||||
|
||||
QApplication::sendEvent(const_cast<QWidget *>(d->m_underlyingWidget), e);
|
||||
if (isVisible())
|
||||
d->m_assistant->notifyChange();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user