Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New issues with moving treeview IDs #273

Closed
ragardner opened this issue Feb 24, 2025 · 2 comments
Closed

New issues with moving treeview IDs #273

ragardner opened this issue Feb 24, 2025 · 2 comments

Comments

@ragardner
Copy link
Owner

ragardner commented Feb 24, 2025

treeview mode .move() function warrants further testing

@ragardner
Copy link
Owner Author

Addressed with version 7.4.4 but testing will continue

@ragardner
Copy link
Owner Author

A further issue was identified and fixed, will close the issue for now but re-open if required.

7.4.5 has the following changes:

Changed:

  • Functions which had mutable default arguments have been changed to either have:
    • no default argument where appropriate OR
    • None as the default and create an empty mutable if None

Fixed:

  • #267
  • Treeview mode: changed recursive functions to while functions to avoid recursion depth limit during tree traversal
  • Additional treeview function move() fixes

Improved:

  • Code for see() and arrow key functions

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant