diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-12-11 16:18:54 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-12-11 16:24:52 (GMT) |
commit | c15c9cd2356eaeba33a5f8e62a90b0aeb45284e1 (patch) | |
tree | 6ebd8d8e7f2aaa8c477858a746e425d3aaf7c659 /src/gui/painting/qpainter.cpp | |
parent | f555e06c3e8eee7cc67218331562c11ad77ec9c4 (diff) | |
download | Qt-c15c9cd2356eaeba33a5f8e62a90b0aeb45284e1.zip Qt-c15c9cd2356eaeba33a5f8e62a90b0aeb45284e1.tar.gz Qt-c15c9cd2356eaeba33a5f8e62a90b0aeb45284e1.tar.bz2 |
Fixes cursor blinking in the QComboBox when it becomes editable while having the focus.
The lineedit has the focus because it becomes focusproxy of the QComboBox.
But the focusInEvent is not called because the combobox has already
the focus when setFocusProxy is called.
Workaround that in the show event.
Task-number: QTBUG-1949
Reviewed-by: Thierry
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
0 files changed, 0 insertions, 0 deletions