Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Undo; crashes due to race in Gtk
Some Redraws occur during a model clear when the row changed signal is emmitted. Model is only partially cleared at that point. Under some conditions, some more of the model gets cleared before the redraw completes, and redraw fails. fixes #9932
- Loading branch information