Closed MorganGrundy closed 4 years ago
Changing any one of these settings avoids a crash, however there are other configurations that also cause a crash.
I originally thought the crash originated from the cell shape, but obviously that is not the case. Crash must be in either grid generation or grid preview update.
Crash occurs during grid generation. During GridGenerator::findCellState() with an edge cell, when the cell bounds are resized to detail cell bounds the width/height can become 0. Resulting in an empty mask and trying to resize the cell image to 0.
Also means there is a different problem in Photomosaic generation of a similar cause, although it wouldn't cause a crash.
Fixed: f324fa9d3599501e9e3d245207d506ec606bf8e2
Describe the bug Sometimes the app crashes when changing the cell size.
To Reproduce Steps to reproduce the behavior:
Expected behavior App should not crash and instead update the grid.
Context (Environment):