Changes between Initial Version and Version 1 of Ticket #2978, comment 3
- Timestamp:
- 01/05/19 09:49:48 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2978, comment 3
initial v1 1 1 3.3.9 introduced the ProgressBar when loading a problem instance (`MainForm.AddOperationProgressToView` and `MainForm.AddOperationProgressToContent`). When these methods are disabled the problem is resolved. 2 3 Only AddProgressToContent seems to be relevant. 4 5 If the AddProgessToContent method is unchanged and in `ProgressView` the lines 116 `Control.Enabled = false` and 130 `Control.Enabled = true` are removed then the problem is resolved. These two lines seems to be the main entry points for the long-running repainting.