Changeset 16511 for trunk/HeuristicLab.MainForm.WindowsForms/3.3/Controls
- Timestamp:
- 01/07/19 13:21:16 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ProgressView.cs
r16501 r16511 127 127 return; 128 128 } 129 if (Parent == null) return;129 //if (Parent == null) return; 130 130 131 131 Visible = false;
Note: See TracChangeset
for help on using the changeset viewer.