-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken drawer textures after scale change
This fixes an issue with the arrow at the bottom of the drawer, where it would turn into a solid black rectangle after the scale is changed. This is due to the renderer being resized, invalidating the subtexture and thus requiring a redraw. To fix this we now redraw the arrow whenever the scale or size of the window has changed. Closes #30.
- Loading branch information
1 parent
94fc260
commit 827710b
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters