Issue Details (XML | Word | Printable)

Key: ASER-221
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: William (Kandoko)
Reporter: William (Kandoko)
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Auc-Util-SearchUI

Adds Modifier Buttons to the reset button to prevent accidental clearing of searchUI settings

Created: 14/May/09 12:17 PM   Updated: 17/Aug/09 11:40 PM
Component/s: Core
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
"Reset" will now require CTRL +SHIFT + ALT to be held before it will reset players settings

 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
William (Kandoko) added a comment - 14/May/09 12:19 PM
r4217
if IsShiftKeyDown() and IsControlKeyDown() and IsAltKeyDown() then
lib.ResetSearch()
print("All searchUI settings have been reset.")
else
print("This resets all searchUI settings, you must hold CTRL + SHIFT + ALT when clicking this button")
end

dinesh added a comment - 17/Aug/09 11:40 PM
code review only