Skip to content
Commit fa6b5576 authored by David Edmundson's avatar David Edmundson
Browse files

Fix lockup in digital clock

property tooSmall depends on height

If it's tool small it changes what text is shown on top of each other
Whether text is shown changes the height; super complex binding loop
that because it throws in a visibility change and goes via layouts isn't
being caught.

From what I can tell of other code when vertical we always want to show
both bits of text.

BUG: 351479
REVIEW: 124874
parent d0469af1
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