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

Restructured widget initialization order #2942

Merged
merged 17 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add version to backwards compat comment
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
  • Loading branch information
HalfWhitt and freakboy3742 authored Dec 2, 2024
commit a3f9a546c7a4b6f17720d9373345204b50fe4d57
6 changes: 3 additions & 3 deletions core/src/toga/widgets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ def __init__(
# Get factory and assign implementation
self.factory = get_platform_factory()

#########################
# Backwards compatibility
#########################
###########################################
# Backwards compatibility for Toga <= 0.4.8
###########################################

# Just in case we're working with a third-party widget created before
# the _create() mechanism was added, which has already defined its
Expand Down