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

Fixes bug when typing 0 in the index #165

Merged
merged 28 commits into from
Jan 26, 2022
Merged

Fixes bug when typing 0 in the index #165

merged 28 commits into from
Jan 26, 2022

Conversation

antrrax
Copy link
Contributor

@antrrax antrrax commented Jan 25, 2022

Fixes bug when typing 0 in the index, now it doesn't load a blank page anymore, but the first page.

update translation terms.

translation pt br
update terms
update translation only
update translation
update translation
update translation terms
Added translation for weekdays abbreviation
Fixes bug when typing 0 in the index, now it doesn't load a blank page anymore, but the first page.

update translation terms.
Added shortcut [Control + a] (select all) in spin box and entry.
I made the requested changes to the on_select_all method. Ctrl+a and Ctrl+A, are required in linux
@israel-dryer
Copy link
Owner

What is the 'break' value being used for in the on_select_all?

@antrrax
Copy link
Contributor Author

antrrax commented Jan 25, 2022

Without return 'break' doesn't work on linux

to prevent Tkinter from propagating the event to other handlers; just return the string "break" from your event handler

@israel-dryer israel-dryer merged commit 0a967a4 into israel-dryer:master Jan 26, 2022
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.

2 participants