Changeset 15486
- Timestamp:
- 11/24/17 15:09:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/DataAnalysisSolutionView.cs
r15395 r15486 236 236 if (!Content.Name.EndsWith(" with changed problemData")) 237 237 Content.Name += " with changed problemData"; 238 Content.Filename = string.Empty; 239 MainFormManager.GetMainForm<HeuristicLab.MainForm.WindowsForms.MainForm>().UpdateTitle(); 238 240 } 239 241 catch (InvalidOperationException invalidOperationException) {
Note: See TracChangeset
for help on using the changeset viewer.