mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-23 18:39:55 +00:00
Fixed crash upon destroying PreviewEditor (#1454)
This commit is contained in:
parent
d4de15bfd7
commit
36a85e6d3f
@ -160,6 +160,11 @@ public:
|
||||
setCustomizationDelegate(this);
|
||||
}
|
||||
|
||||
~PreviewEditor()
|
||||
{
|
||||
setCustomizationDelegate(NULL);
|
||||
}
|
||||
|
||||
// EditorCustomizationDelegate implementation
|
||||
void dispose() override {
|
||||
// Do nothing
|
||||
|
Loading…
x
Reference in New Issue
Block a user