Commit fae20db
committed
menu/rgui: don't wipe framebuffer behind info popup
rgui_render() was filling the entire framebuffer with bg_dark_color
before drawing the info messagebox, which erased the menu underneath
and left the popup floating against an empty background.
The messagebox already paints its own opaque background, border, and
drop shadow within its footprint, so the full-screen fill served no
purpose other than destroying the menu render that had just been
composed above it. Drop it; the popup now appears on top of the
visible menu as intended.1 parent 6fd1b13 commit fae20db
1 file changed
Lines changed: 2 additions & 7 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5919 | 5919 | | |
5920 | 5920 | | |
5921 | 5921 | | |
5922 | | - | |
5923 | | - | |
5924 | | - | |
5925 | | - | |
5926 | | - | |
5927 | | - | |
5928 | | - | |
| 5922 | + | |
| 5923 | + | |
5929 | 5924 | | |
5930 | 5925 | | |
5931 | 5926 | | |
| |||
0 commit comments