Fixed a crash when closing error window

This commit is contained in:
Sergii Pylypenko
2021-12-02 02:52:20 +02:00
parent 1aa2f0172f
commit 00787f52b2

View File

@@ -335,7 +335,7 @@ public:
{
switch (widget) {
case WID_EM_CLOSE:
delete this;
this->Close();
break;
default: