summaryrefslogtreecommitdiff
path: root/doc/classes/LineShape2D.xml
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@darkstarsystems.com>2018-03-02 14:32:22 -0500
committerGary Oberbrunner <garyo@darkstarsystems.com>2018-03-10 14:38:35 -0500
commit561e57df1386122714fae7b413be91e210b33b65 (patch)
treef07ecb2bb48a8cc94cc07288dc22631dc50d18ff /doc/classes/LineShape2D.xml
parenteceba5aa6a36521c878cf976845123e820d27161 (diff)
Fix infinite loop in GridContainer layout
I had a grid container and tried to set rect.min_height larger in the editor; that caused an infinite loop in GridContainer::_notification at line 118. The reason is max_index was being set to the *height* of the row, not the *index* of the row. So later when it tried to erase that row and try again, there was nothing to erase. I applied the same fix to the width code.
Diffstat (limited to 'doc/classes/LineShape2D.xml')
0 files changed, 0 insertions, 0 deletions