OSDN Git Service

[locale] Filter zones combo always
authorAdriaan de Groot <groot@kde.org>
Wed, 4 Nov 2020 23:33:45 +0000 (00:33 +0100)
committerAdriaan de Groot <groot@kde.org>
Wed, 4 Nov 2020 23:33:45 +0000 (00:33 +0100)
commite5b7e66ee94b065f513c71b75e47d85b2179ee5b
tree68bce984fb3e54aa9cf7f30898d98a32442fb8d1
parent83b2b9538184d3299cbd13015e24304beed15a8e
[locale] Filter zones combo always

The drop-down of zones was initially unfiltered, so you could start
in Europe/Amsterdam and the zones drop-down would also show Australian
zones; picking Perth would have weird effects, since Europe/Perth
doesn't exist and so you'd end up in New York instead.

- set the filtering region immediately, rather than only when the
  region changes.
src/modules/locale/LocalePage.cpp