Convert all letters to upper case to compare.

Authored by whiting on Mar 3 2020, 2:01 AM.

Description

Convert all letters to upper case to compare.

BUG: 362193
Since special characters for each language in khangman language.txt
files are lower case, but we show upper case in the gui special
characters were not properly getting marked as disabled or being
marked green or red when clicked. To fix always compare
upper case version of letters.
Note: if I changed letter button letter property to modelData.toUpperCase
some German characters were shown incorrectly in the gui, so show the
modelData with capitalization font, but compare toUpperCase() behind
the scenes.

Details

Committed
whitingMar 3 2020, 2:01 AM
Parents
R330:c591cfba3753: Set a default size on MySelectionDialog so title appears.
Branches
Unknown
Tags
Unknown