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/dt integer division #16

Merged
merged 3 commits into from
May 29, 2022
Merged

Conversation

marekjansky
Copy link
Contributor

@marekjansky marekjansky commented Apr 19, 2022

  1. With PyQt5 5.15.6 QTimer.setInterval expects integer argument.
  2. When deleting the widget the timer has to be stopped to prevent tick() call on non existing widget.

marekjansky and others added 3 commits March 24, 2022 20:32
If the synchronizer is stopped, last tick is not executed. This prevents attempt of calling tick after destroying synchronizer object.
@marekjansky marekjansky marked this pull request as ready for review April 19, 2022 07:39
@ParisNeo ParisNeo merged commit 380cadb into ParisNeo:master May 29, 2022
@ParisNeo
Copy link
Owner

Sorry for being late.

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