- Timestamp:
- 01/05/19 10:07:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ProgressView.cs
r16430 r16501 114 114 UpdateButtonsState(); 115 115 116 Control.SuspendRepaint(); 116 117 Control.Enabled = false; 117 118 Parent = Control.Parent; 118 119 BringToFront(); 120 Control.ResumeRepaint(true); 119 121 Visible = true; 120 122 } … … 128 130 129 131 Visible = false; 132 Control.SuspendRepaint(); 130 133 Control.Enabled = true; 134 Control.ResumeRepaint(true); 131 135 Parent = null; 132 136 }
Note: See TracChangeset
for help on using the changeset viewer.