flexible-elements-were-a-mistake #11

Merged
sashakoshka merged 17 commits from flexible-elements-were-a-mistake into main 2023-03-13 21:37:58 -06:00
Showing only changes of commit d31aee1ba8 - Show all commits

View File

@ -257,7 +257,7 @@ func (window *Window) redrawChildEntirely () {
func (window *Window) resizeChildToFit () {
window.skipChildDrawCallback = true
window.child.DrawTo(window.canvas)
window.child.DrawTo(window.canvas, window.canvas.Bounds())
window.skipChildDrawCallback = false
}