https://bugs.documentfoundation.org/show_bug.cgi?id=149823
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #6 from Caolán McNamara <[email protected]> --- For gen I see we have: mnWheelBehavior = MouseWheelBehaviour::ALWAYS; and another possibility of MouseWheelBehaviour::FocusOnly apparently exists, so it's possible that changing that to mnWheelBehavior = MouseWheelBehaviour::FocusOnly; in vcl/source/app/settings.cxx would do the right thing, see https://gerrit.libreoffice.org/c/core/+/137271 For the gtk3 case (which is the original report) I think https://gerrit.libreoffice.org/c/core/+/137268 then would get our gtk spinbuttons to honor that setting, and so not change the spinbutton under the mouse unless the focus is in it. lets give this a go and see does it match expectations, if not rolling back the first commit will return to the current state. -- You are receiving this mail because: You are the assignee for the bug.
