Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] FIX MDS widget update scheduling #2211

Merged
merged 3 commits into from
Apr 21, 2017

Conversation

ales-erjavec
Copy link
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

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