cmu-cs-academy / desktop-cmu-graphics

BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

Debug menu doesn't position properly with different app.width/height #85

Closed HyperCodec closed 1 month ago

HyperCodec commented 1 month ago

The debug menu (the current position and the info about the shape) that is supposed to render in the corner of the screen does not do so when the width and height are not the default values. It appears that the position of the menu is hardcoded instead of relative to the size of the screen.

Yonokid commented 1 month ago

I have opened a pull request here #86 which should fix this problem

schmave commented 1 month ago

Thank you for your bug report! We will work to get this fix merged soon.