sudipshil9862 / fonts-compare

fonts rendering and comparing
GNU General Public License v2.0
5 stars 2 forks source link

Every release of a key on the whole GUI causes a call to on_key_released() and redetects the language in the entry field #10

Closed mike-fabian closed 1 year ago

mike-fabian commented 1 year ago

If just a key is released somewhere on the GUT, for example just pressing Shift and releasing it when the entry doesn't even have focus should not trigger the detection of the language in the entry field.

The language detection should only be triggered when the contents of the entry field change.