ide/GlobalSettings: Fixed modifiedDocument being set on switching away from workspace tab
authorJerome St-Louis <jerome@ecere.com>
Tue, 23 Aug 2011 17:20:14 +0000 (13:20 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 23 Aug 2011 17:20:14 +0000 (13:20 -0400)
ide/src/dialogs/GlobalSettingsDialog.ec

index 6c0becd..6eb2040 100644 (file)
@@ -1048,6 +1048,7 @@ class WorkspaceOptionsTab : GlobalSettingsSubTab
    void OnDestroy()
    {
       defaultCompilerDropBox.Clear();
+      modifiedDocument = false;
    }
 }