Skip to content

Commit b7005c8

Browse files
committed
Update Form_Main.cs
1 parent b813dd9 commit b7005c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Virtual_EDW/Form_Main.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ public FormMain()
106106

107107
checkBoxGenerateInDatabase.Checked = false;
108108

109+
// Re-apply in case the environment change triggered a change compared to what's in the Core file.
110+
textBoxTeamConfigurationPath.Text = VdwConfigurationSettings.TeamConfigurationPath;
111+
textBoxTeamConnectionsPath.Text = VdwConfigurationSettings.TeamConnectionsPath;
112+
109113
#region Load Pattern Grid
110114

111115
// Load the pattern collection into memory.
@@ -1435,9 +1439,6 @@ private void comboBoxEnvironments_SelectedIndexChanged(object sender, EventArgs
14351439
textBoxTeamConfigurationPath.Text = VdwConfigurationSettings.ActiveEnvironment.configurationPath;
14361440
textBoxTeamConnectionsPath.Text = VdwConfigurationSettings.ActiveEnvironment.configurationPath;
14371441
textBoxMetadataPath.Text = VdwConfigurationSettings.ActiveEnvironment.metadataPath;
1438-
1439-
1440-
14411442
}
14421443

14431444
/// <summary>

0 commit comments

Comments
 (0)