mate-desktop / mate-media

Media tools for MATE
https://mate-desktop.org
GNU General Public License v2.0
19 stars 25 forks source link

in-process: enable scrolling on icon as in out of process builds #197

Closed lukefromdc closed 1 year ago

lukefromdc commented 1 year ago

The method used out of process to enable scrolling on the icon without clicking on it to raise and lower volume does not work in-process, so set the event mask to enable scrolling directly when building in-process

lukefromdc commented 1 year ago

That would probably work and simplify the code, I was just trying to avoid any changes out of process but this is a simple one. Will have to test though, in case the GtkPlug window is intercepts scroll events out of process