Skip to content

Fix card zoom being drawn behind dialog windows - desktop - #11910

Open
churrufli wants to merge 1 commit into
Card-Forge:masterfrom
churrufli:zoomer-above-dialog-desktop
Open

churrufli wants to merge 1 commit into
Card-Forge:masterfrom
churrufli:zoomer-above-dialog-desktop

Conversation

@churrufli

@churrufli churrufli commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Middle-clicking a card in the deck viewer as a dialog opens the zoom behind the dialog, so you can't see it. Same in the card choosers and the draft pick window.

CardZoomer has no window of its own — it paints into the shared FOverlay panel, which lives in the main frame, and FDialog is a separate window on top of it.

This moves the panel into the active window while the zoomer is open and puts it back on close. If that window is the main frame, nothing changes.

Tested on Windows 10.

NOW
Sin título

BEFORE (zoom behind the dialog)
Sin título

@Jetz72 Jetz72 added the Desktop label Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants