After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 386316 - RGB constrast settings for magnifiers saturate early
RGB constrast settings for magnifiers saturate early
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: extensions
0.3.x
Other Linux
: Normal normal
: 0.4.0
Assigned To: Eitan Isaacson
LSR maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-15 21:36 UTC by Peter Parente
Modified: 2006-12-19 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.08 KB, patch)
2006-12-19 17:50 UTC, Eitan Isaacson
none Details | Review

Description Peter Parente 2006-12-15 21:36:31 UTC
The RGB contrast sliders for the magnifier range from 0.0 to 50.0. However, they seem to saturate completely at 2.0. Nothing about 2.0 has any visual effect. This likely means the conversion is incorrect.

On an unrelated note, can the magnifier accept negative values for these settings? If so, the settings need to account.
Comment 1 Eitan Isaacson 2006-12-19 17:50:17 UTC
Created attachment 78638 [details] [review]
Proposed patch

This has only been fixed in gnome-mag bug 348629. And has been in the latest gnome-mag release (0.4). The accepted values are now -1 to 1 with 0 as default.
Attached is an updating patch.
Comment 2 Peter Parente 2006-12-19 18:03:39 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.