diff options
author | jasplin <qt-info@nokia.com> | 2009-04-03 10:03:56 +0200 |
---|---|---|
committer | jasplin <qt-info@nokia.com> | 2009-04-03 10:26:18 +0200 |
commit | d684546573785ce40fb5de2b8b3aad88e9958709 (patch) | |
tree | d1481ebcdd37080401ba55aaec591fbf15bea747 /src/svg/qsvghandler.cpp | |
parent | b2a8a4e0297a7850cf938d85fbfd90cd272d15c2 (diff) | |
download | qt4-tools-d684546573785ce40fb5de2b8b3aad88e9958709.tar.gz |
Fix focus policy propagation bug in QCompleter.
Commit 4a00810cc394b7da99ddb2d13eb045352ede25d3 ensures
that setting the focus policy of a widget applies to its
proxy (if any) as well. This propagation effect is however
unfortunate for a QCompleter in PopupCompletion mode.
The client widget (typically a QLineEdit or a QTextEdit)
acts as the focus proxy to the popup menu. Internally,
the completer sets the focus policy of the popup menu to
NoFocus, but this should not affect the focus policy of
the editor.
Reviewed-by: janarve
Task-number: 250064
Diffstat (limited to 'src/svg/qsvghandler.cpp')
0 files changed, 0 insertions, 0 deletions