Skip to content

BUG FIX: only apply marquee animation when explicitly selected#193

Open
SAY-5 wants to merge 1 commit into
manrajgrover:masterfrom
SAY-5:fix-marquee-condition
Open

BUG FIX: only apply marquee animation when explicitly selected#193
SAY-5 wants to merge 1 commit into
manrajgrover:masterfrom
SAY-5:fix-marquee-condition

Conversation

@SAY-5

@SAY-5 SAY-5 commented May 12, 2026

Copy link
Copy Markdown

Description of new feature, or changes

_get_text used elif "marquee": which is always truthy, so any animation value other than bounce was treated as a marquee. With long text and certain spinners this builds an enormous frame list (eventually MemoryError). This compares against "marquee" explicitly and falls back to the plain text for unrecognised animations.

Checklist

  • Your branch is up-to-date with the base branch
  • You've included at least one test if this is a new feature
  • All tests are passing

Related Issues and Discussions

Fixes #186

People to notify

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.

there is logical bug in code

1 participant