You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gui/mass-remove.toolbar: position is constrained to minimum-size interface
This limits the possible positions, but prevents a couple of problems
when the overlay's "anchor edges" change (i.e., after "touching" a
different interface edge while repositioning the overlay):
- unexpected "jumps" of the overlay's effective position
- "stale" overlay size representation in `gui/overlay`
Both of these were caused by swapping the "padding" from one side of the
overlay's effective position to the other when swapping anchor edges.
Always apply both paddings to keep things consistent.
0 commit comments