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
Fixes #17
Fixes #17
Conversation
remove stop accelerator add exit test detect gtk stop button
removed show_all to avoid any race condition
- Fixes bug: Click on the toolbar and then click add description. This causes black screen. Keep the mouse on the toolbar, once the mouse is moved over the canvas, black screen disappears
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Did a code review; will test this soon
very descriptive commit messages
TypeError: randint() missing 1 required positional argument: 'b'
The Type Error also causes IndexError: list index out of range on line utils.blit_offset('status/' + self.compare_list[num][x],
To Reproduce the error: Input one numberwhen on Level `Easy` Then shift the level to `Hard`. The Error occurs
- To reproduce: Clicking on area beside 3,6,9 dialpad keys, mouse click enters number 4 and 7 in the input number dash
|
Tested; worked like expected. Merging this PR also closes #16 |
|
Reviewed, tested. Thanks. edited opening comment. The mouse issue you noticed still persists, have you found the cause or any speculations? |
|
Thanks for that. |
WIP
Port to python3
Clicking on the level drop down, no other levels are shown when hard level is selected
Clicking on the area beside 3,6,9 number buttons : mouse clicks enters number 4 and 7 in the dash
Clicking on the toolbar and then the add to desciption button causes black screen
Hard level dashes do not fit the screen
The smile is not centered
Fixes #16.