talonvoice / beta

Issue tracker for the private Talon Beta
10 stars 0 forks source link

imgui double size and cut off when moving from non-retina to retina on macOS #92

Closed nriley closed 3 years ago

nriley commented 4 years ago

Some examples:

image

This only seems to last until the next time the window is updated, for example the next time I dictate something, the command history fixes itself. However, for reference materials such as the alphabet, this is still a problem.

nriley commented 4 years ago

The reverse occurs when moving a window back from a retina to a non-retina display: image

lunixbochs commented 4 years ago

This is when dragging the window with the mouse right?

nriley commented 4 years ago

Yes.

nriley commented 4 years ago

50 looks like a similar issue.

lunixbochs commented 3 years ago

fixed in v0.1.1

nriley commented 3 years ago

Thanks. Confirmed the size issues are resolved — looks like the window contents don't actually redraw so text looks a bit rough on the non-native resolution display, but certainly better than before,