~neon/khangman/master

Viewing all changes in revision 1401.

  • Committer: Jeremy Whiting
  • Date: 2020-03-03 02:01:14 UTC
  • Revision ID: git-v1:c757fb327dd1841d2f0793851bb86ff4ab695fc4
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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: