Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2978, comment 3


Ignore:
Timestamp:
01/05/19 09:49:48 (6 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2978, comment 3

    initial v1  
    113.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
     3Only AddProgressToContent seems to be relevant.
     4
     5If 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.