Commit 98aa0482 authored by Jarkko Koivikko's avatar Jarkko Koivikko Committed by Liang Qi
Browse files

Fix duplicate shift state change when focus object changes


Previously the shift state could be set twice when focus object changed,
first in reset() method and then in autoCapitalize() method.

This change eliminates the initial shift state in reset() method.

Task-number: QTBUG-57082
Change-Id: I4bba5c85aae1d0d631e7e30577d0d4068c9cc582
Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
parent 13a199e6
Showing with 33 additions and 3 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment