Skip to content
Commit 006c4f5f authored by Chris Holland's avatar Chris Holland
Browse files

[Digital Clock] Fix 24h tri-state button broken in port to QQC2

In 12h system locales (eg: en_US), checked=1 is cast as
Qt::PartiallyChecked=1 which defaults to the system locale (12h).
Since it's no longer a tri-state button, the user can't select
Qt::Checked=2 which forces the 24h state.

BUG: 404292

FIXED-IN: 5.15.1
parent aeb6545e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment