From 9bd57285081e613c05988173a4f369bfac80b05c Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Tue, 25 Dec 2018 00:34:50 +0100 Subject: [PATCH] AboutDialog crash fix --- src/slic3r/GUI/GUI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/GUI.cpp b/src/slic3r/GUI/GUI.cpp index fb6676aed5..04e9a315c2 100644 --- a/src/slic3r/GUI/GUI.cpp +++ b/src/slic3r/GUI/GUI.cpp @@ -377,7 +377,6 @@ void about() { AboutDialog dlg; dlg.ShowModal(); - dlg.Destroy(); } void desktop_open_datadir_folder()