From b07f71a53f0dad132169e6d007b7305857400e99 Mon Sep 17 00:00:00 2001 From: Jarkko Koivikko Date: Tue, 31 Jan 2017 22:25:09 +0200 Subject: Widgets: Update micro focus in QLineEdit and friends QLineEdit, QAbstractSpinBox and QComboBox did not notify micro focus changes to the input context. In particular, the updates were missed during pre-edit stage. This change adds the missing bindings to QWidget::updateMicroFocus(). Change-Id: I9a7fff962f46dbabd8fb02836c206bace115793b Reviewed-by: Richard Moe Gustavsen --- src/widgets/widgets/qlineedit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/widgets/qlineedit.h') diff --git a/src/widgets/widgets/qlineedit.h b/src/widgets/widgets/qlineedit.h index 1bdcfaf848..96dd64164f 100644 --- a/src/widgets/widgets/qlineedit.h +++ b/src/widgets/widgets/qlineedit.h @@ -239,6 +239,7 @@ public: private: friend class QAbstractSpinBox; friend class QAccessibleLineEdit; + friend class QComboBox; #ifdef QT_KEYPAD_NAVIGATION friend class QDateTimeEdit; #endif -- cgit v1.2.3