mycroftw / bridge_clock

Python replacement for the old windows XP clock I've been using
GNU General Public License v3.0
0 stars 0 forks source link

Fix clock flicker issue #43

Closed mycroftw closed 4 weeks ago

mycroftw commented 4 weeks ago

closes #37 .

Converted the clock text widget into three-in-a-box-sizer: minutes, a colon, and seconds.

Only redraws the changed info.

Had to rewrite the resize logic to handle this and keep all three widgets with the same font size.