Changeset 7525
- Timestamp:
- 02/27/12 13:07:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.cs
r7259 r7525 207 207 208 208 private void priorityComboBox_SelectedIndexChanged(object sender, EventArgs e) { 209 if (Content .Task.Priority != priorityComboBox.SelectedIndex) {209 if (Content != null && Content.Task != null && Content.Task.Priority != priorityComboBox.SelectedIndex) { 210 210 Content.Task.Priority = priorityComboBox.SelectedIndex; 211 211 }
Note: See TracChangeset
for help on using the changeset viewer.