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

Remove unnecessary method overrides from Entry #5396

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

Jacalz
Copy link
Member

@Jacalz Jacalz commented Jan 11, 2025

Description:

I don't know if more widgets do this but I found that Entry was overriding functionality that matched 100% to what the extended DisableableWidget already provides. No need to extend them once again and provide two implementations that do the same thing.

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

@Jacalz Jacalz merged commit cfa66a1 into fyne-io:develop Jan 11, 2025
12 checks passed
@Jacalz Jacalz deleted the entry-overrides-too-much branch January 11, 2025 20:31
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