WorldWideTelescope / wwt-windows-client

WorldWide Telescope Windows Application
Other
179 stars 55 forks source link

Auto-hide Tabs causes image stretch #131

Open astrodavid opened 5 years ago

astrodavid commented 5 years ago

First picture shows the image stretch with auto-hide tabs turned on, second picture shows a normal image with auto-hide tabs turned off.

The stretching also occurs when a tour is played and the menus hide.

capture2 capture

astrodavid commented 5 years ago

When Auto-hide tabs is enabled prior to WWT startup, the effect is backwards and turning off auto-hide tabs causes squishing instead.

Manual manipulation of menus also causes the stretching/squishing.

astrojonathan commented 5 years ago

Does a screen resize fix this?

astrodavid commented 5 years ago

Yes it does until the menus are opened or closed again.

astrojonathan commented 5 years ago

Probably also related to the choppy orbit lines. I think there is a screen resize event not working correctly.

astrodavid commented 5 years ago

If it helps, I tried to save the screen image through WWT and both events are correctly saved through WWT, despite what the screen looks like.

astrojonathan commented 5 years ago

It appears like the backing buffer is a different size than the screen it is drawing to.

philrosenfield commented 4 years ago

Can this be closed?