mirror of
https://github.com/brl/mutter.git
synced 2025-06-28 07:53:15 +00:00
a7f083897fb2b5ff2f83e4823ec4bde3b3d9414c

prelit_control is used for both prelight and pressed states, so the early return in update_prelit_control() misses the case where prelit_control already matches the control we are updating, but its state is PRESSED rather than PRELIGHT. Fix the condition to not have pressed controls linger around erroneously. https://bugzilla.gnome.org/show_bug.cgi?id=731058
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%