Skip to content

Fix: Simulationsmodus-Banner beim Start definitiv ausblenden#7

Merged
oliverba81 merged 1 commit into
mainfrom
feature/fix-sim-banner
May 29, 2026
Merged

Fix: Simulationsmodus-Banner beim Start definitiv ausblenden#7
oliverba81 merged 1 commit into
mainfrom
feature/fix-sim-banner

Conversation

@oliverba81

Copy link
Copy Markdown
Owner

Wurzel des Problems: grid() + grid_remove() beim Initialisieren kann auf langsamen Systemen kurz sichtbar sein. Lösung: Banner wird nie initial ins Grid gesetzt – nur bei Aktivierung explizit mit Row-Parameter eingeblendet.

🤖 Generated with Claude Code

Root cause: grid() + grid_remove() during init can flash visible on slow
systems before the event loop processes the remove. Fix: don't place the
banner in the grid at all initially. Store the row index and only call
grid(row=...) explicitly when the checkbox is activated.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@oliverba81 oliverba81 merged commit 9e1bcea into main May 29, 2026
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.

1 participant