Browse Source

Fix indenting [refs #250]

pull/606/head
olegbevz 12 years ago
parent
commit
ed59f83fbe
  1. 12
      src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs

12
src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs

@ -259,12 +259,12 @@ namespace ICSharpCode.SharpDevelop.Project @@ -259,12 +259,12 @@ namespace ICSharpCode.SharpDevelop.Project
}
}
protected override void OnClosing(CancelEventArgs e)
{
// Update solution active configuration when the dialog is closing.
solution.ActiveConfiguration = solutionConfig;
protected override void OnClosing(CancelEventArgs e)
{
// Update solution active configuration when the dialog is closing.
solution.ActiveConfiguration = solutionConfig;
base.OnClosing(e);
}
base.OnClosing(e);
}
}
}

Loading…
Cancel
Save