This change here causes empty grids to crash. Grid: Fix behaviour with negative row/column indices · juce-framework/JUCE@c3c171a · GitHub
Code to reproduce:
juce::Grid grid;
grid.performLayout ({});
This change here causes empty grids to crash. Grid: Fix behaviour with negative row/column indices · juce-framework/JUCE@c3c171a · GitHub
Code to reproduce:
juce::Grid grid;
grid.performLayout ({});
Here is my ‘fix’ that works around the issue for now:
Thanks for reporting, this is fixed on develop now: