Skip to content

Fix infinite loop in zenity

Benjamin Otte requested to merge wip/otte/for-main into main

Here is a better (hopefully) fix for the issue in #6200 (closed). The fix in #6552 was wrong because it failed when removing the columnview (with all cells intact) from its window and readding it back elsewhere.

So now in this MR the column explicitly gets cleared when the cell is removed from its parent widget.

I did a bunch of testing, and wasn't able to reproduce anything with the inspector or sysprof. I wasn't able to make zenity or the test in #6200 (closed) fail with or without a fix.

Merge request reports