[applets/digitalclock] Fix timezone filter

Sometimes, the filter in the timezone selector would only
show those items already selected.

Initialize the property 'showOnlyChecked' on the proxy model
so it doesn't depend on random initialization
wilder-5.22
Ismael Asensio 5 years ago
parent 66f620995b
commit a4d1b461a0
  1. 2
      applets/digital-clock/plugin/timezonemodel.h

@ -47,7 +47,7 @@ Q_SIGNALS:
private:
QString m_filterString;
bool m_onlyShowChecked;
bool m_onlyShowChecked = false;
QStringMatcher m_stringMatcher;
};

Loading…
Cancel
Save