pinnacle-comp/pinnacle

Several things don't trigger a render

Ottatop opened this issue · 1 comments

When I'm using GIMP and click on one of the titlebar options (what do ya call them idk) like File, the dropdown only appears when the pointer moves. Right-click menus have the same behavior, and spinning cursors only update on motion as well.

Doesn't happen on winit meaning I need to stick a few State::schedule_renders somewhere

Edit: also layer shell popups closing doesn't trigger a render

Fixed in bb01cd9