- Timestamp:
- 07/04/19 15:33:31 (5 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk merged: 16501-16506
- Property svn:mergeinfo changed
-
stable/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ProgressView.cs
r17064 r17069 115 115 UpdateButtonsState(); 116 116 117 Control.SuspendRepaint(); 117 118 Control.Enabled = false; 118 119 Parent = Control.Parent; 119 120 BringToFront(); 121 Control.ResumeRepaint(true); 120 122 Visible = true; 121 123 } … … 129 131 130 132 Visible = false; 133 Control.SuspendRepaint(); 131 134 Control.Enabled = true; 135 Control.ResumeRepaint(true); 132 136 Parent = null; 133 137 }
Note: See TracChangeset
for help on using the changeset viewer.