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

Typo error #1

Closed
misan opened this issue May 3, 2020 · 1 comment
Closed

Typo error #1

misan opened this issue May 3, 2020 · 1 comment

Comments

@misan
Copy link

misan commented May 3, 2020

There is typo on line 57, I guess 01 should be -1

File "gui.py", line 57
    self.buttonRange = wx.Button(self, 01, "Set Y Axis", pos =(400,105))
                                    ^
nickredsox added a commit that referenced this issue May 20, 2020
#1 Fixed Typo
nickredsox added a commit that referenced this issue May 20, 2020
#1 Fixed Typo
@nickredsox
Copy link
Owner

Fixed 01 typo issue by replacing line 57 with 01 in Video2 and 59 in Video3 GUI files with -1

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

No branches or pull requests

2 participants