Type: info
Title: MouseSettings::NoWheelActionWithoutFocus replaced by
MouseSettings::WheelBehavior
Posted by: [email protected]
Affected: gsl
TaskId: i99704
<http://www.openoffice.org/issues/show_bug.cgi?id=99704>
Effective from: CWS dba32c
CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/dba32c>
CWS status: new
*Summary*
--------
- MouseSettings::[S|G]etNoWheelActionWithoutFocus
+ MouseSettings::[S|G]etWheelBehavior
+ <vcl/settings.hxx>: MOUSE_WHEEL_[DISABLE|FOCUS_ONLY|ALWAYS]
*Description*
-------------
The boolean NoWheelActionWithoutFocus attribute of the MouseSettings
class has been replaced by a WheelBehavior attribute, taking one our
of three possible values:
- MOUSE_WHEEL_DISABLE: don't react on the mouse wheel
- MOUSE_WHEEL_FOCUS_ONLY: react on the mouse wheel when the
control currently has the focus
- MOUSE_WHEEL_ALWAYS: react on the mouse wheel, regardless of
the current focus
The only two places where the attribute was used have been adjusted to
behave as before.
Send feedback to [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]