GNOME Bugzilla – Bug 354166
no apply button in mag properties window
Last modified: 2008-07-22 19:13:27 UTC
When working with the magnifier often users want to test out the settings of the magnifier. They should not have to close the GUI to test these out. It is vital to have an "apply" button on the magnifier. Other information:
Yup. This is fair comment. We'll look at adding this for the next release od Orca. Thanks.
Created attachment 72380 [details] [review] Fix for the problem. Adjusted the Glade file to include a standard "Apply" button. Added an applyButtonClicked() callback to orca_gui_pref.py. Moved most of the code from okButtonClicked() to applyButtonClicked(). GNOME HIG references for Apply buttons at: http://developer.gnome.org/projects/gup/hig/2.0/windows-utility.html
Changes checked into CVS HEAD. Thanks for the bug report.