From d6d8865c9611840c272d049de531747a017b26e9 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Wed, 28 Aug 2013 04:43:09 -0400 Subject: [PATCH 1/1] documentor: Fixed crash on doc dir refresh --- documentor/src/Documentor.ec | 1 + 1 file changed, 1 insertion(+) diff --git a/documentor/src/Documentor.ec b/documentor/src/Documentor.ec index fbe3c73..99ff545 100644 --- a/documentor/src/Documentor.ec +++ b/documentor/src/Documentor.ec @@ -2085,6 +2085,7 @@ class MainForm : Window if(SettingsDialog { master = this }.Modal() == ok) // Open the settings dialog to allow the user to change the directory for the eCdoc files { // Refresh docs + view.edit = false; view.Destroy(0); view.Create(); } -- 1.8.3.1