Commit fcbcd60
Fix overlay sizing by using size_hint=None
The UIManager was overriding the overlay rect set by UIDropdown.do_layout
because size_hint=(0, 0) caused it to be resized to 0x0. Using
size_hint=None prevents the UIManager from touching the size.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0117d29 commit fcbcd60
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments