Skip to content

[FIX] FIX MDS widget update scheduling#2211

Merged
astaric merged 3 commits into
biolab:masterfrom
ales-erjavec:fixes/mds-schedule-policy
Apr 21, 2017
Merged

[FIX] FIX MDS widget update scheduling#2211
astaric merged 3 commits into
biolab:masterfrom
ales-erjavec:fixes/mds-schedule-policy

Conversation

@ales-erjavec
Copy link
Copy Markdown
Contributor

Issue

On Qt5 the widget does not visually update during optimization.

Description of changes

Change update scheduling to use a single shot timer instead of a custom event.

Includes
  • Code changes
  • Tests
  • Documentation

Use a single shot timer. On Qt5 all custom events, no mater how
low their priority is, seem to have a higher precedence then
paint or user input events.
@astaric astaric self-assigned this Apr 21, 2017
@astaric astaric merged commit 98e22fc into biolab:master Apr 21, 2017
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #2211 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2211      +/-   ##
==========================================
+ Coverage   72.13%   72.13%   +<.01%     
==========================================
  Files         318      318              
  Lines       54691    54687       -4     
==========================================
+ Hits        39450    39451       +1     
+ Misses      15241    15236       -5

@ales-erjavec ales-erjavec deleted the fixes/mds-schedule-policy branch May 12, 2017 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants