Changeset 342 for branches/Ticket175Branch
- Timestamp:
- 06/26/08 12:21:57 (17 years ago)
- Location:
- branches/Ticket175Branch/HeuristicLab.DataAnalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ticket175Branch/HeuristicLab.DataAnalysis/DatasetView.cs
r340 r342 44 44 { manipulator.Execute(Dataset); })); 45 45 } 46 46 47 // format all cells with the round-trip formatter to make sure that values that are exported and imported to 48 // another C# app (HL2) have the same numeric value 47 49 dataGridView.DefaultCellStyle.Format = "r"; 48 50 } -
branches/Ticket175Branch/HeuristicLab.DataAnalysis/ManualScalingControl.cs
r340 r342 18 18 cancelButton.Visible = editingAllowed; 19 19 cancelButton.Text = "Cancel"; 20 21 // format all cells with the round-trip formatter to make sure that exported and imported values have 22 // the same numeric value 20 23 dataGridView.DefaultCellStyle.Format = "r"; 21 24 }
Note: See TracChangeset
for help on using the changeset viewer.