Commit 787daa3
Fix broadcast view forcing always-on-top over main tracker window (#21)
Show BroadcastView without an owner window. Passing mainWindow as the
owner to Show() causes the OS to enforce that the owned window always
stays above its owner in z-order, making the broadcast view impossible
to hide behind the tracker. Showing it as an independent top-level
window restores the expected behaviour.
Fixes #18
Co-authored-by: EmoSaru <emosaru@emosaru.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fce9d02 commit 787daa3
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments