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

wx.Timer.Start() now expects an integer #2287

Merged
merged 2 commits into from
Dec 2, 2022
Merged

wx.Timer.Start() now expects an integer #2287

merged 2 commits into from
Dec 2, 2022

Conversation

rjgildea
Copy link
Contributor

As of wxPython 4.2.0 passing a float results in an error:

Timer.Start(): argument 1 has unexpected type 'float'

rjgildea and others added 2 commits November 30, 2022 14:46
As of wxPython 4.2.0 passing a float results in an error:

  Timer.Start(): argument 1 has unexpected type 'float'
@rjgildea
Copy link
Contributor Author

rjgildea commented Dec 2, 2022

The test failures don't look to be related to the changes

@rjgildea rjgildea merged commit 446bbc7 into main Dec 2, 2022
@rjgildea rjgildea deleted the wx-timer-bugfix branch December 2, 2022 11:16
dagewa pushed a commit that referenced this pull request Dec 5, 2022
As of wxPython 4.2.0 passing a float results in an error:

Timer.Start(): argument 1 has unexpected type 'float'
dagewa pushed a commit that referenced this pull request Feb 20, 2023
As of wxPython 4.2.0 passing a float results in an error:

Timer.Start(): argument 1 has unexpected type 'float'
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.

None yet

2 participants