Skip to content

Crashfix: Filter Dialog after the canvas is closed

Sharaf Zaman requested to merge szaman/krita:bug-438463-filter-dlg-crash into master

KisDlgFilter depends on canvasBase() for cleaning its state. We can't rely on QCloseEvent & DeleteOnClose, since it can arrive after the canvas has been destroyed, causing a crash.

BUG:438463

Merge request reports