Commit 46ad61a
wxpython, x11: fix browser not resizing on Linux window resize
XConfigureWindow in SetX11WindowBounds was never flushed to the X server,
so the Chrome sub-window stayed at its original size. Add XFlush after the
configure call, and call NotifyMoveOrResizeStarted before SetBounds so CEF
is notified before the resize happens.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2fd1f85 commit 46ad61a
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments