changeset 145:e4bfe7a8b1c9

Fix slider stepping during history preen dialog.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Tue, 30 Dec 2014 17:45:06 -0500
parents d7ece3ba6505
children 543fcf15add7
files gui.lua
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui.lua	Fri Dec 26 21:36:42 2014 -0500
+++ b/gui.lua	Tue Dec 30 17:45:06 2014 -0500
@@ -1977,7 +1977,7 @@
 		specials:AddChild(b)
 
 		b = mkbutton('hist_clear_all', "Clear All History",
-			[[|cffff1010Erases absolutely all> history entries from ALL realms.]])
+			[[|cffff1010Erases absolutely all> history entries from |cffff1010ALL> realms.]])
 		b:SetFullWidth(true)
 		b:SetCallback("OnClick", function (_b)
 			local dialog = StaticPopup_Show("OUROL_HIST_CLEAR", "ALL realms")
@@ -2511,6 +2511,7 @@
 		slider:SetOrientation('HORIZONTAL')
 		slider:SetMinMaxValues(1,30)
 		slider:SetValueStep(1)
+		slider:SetObeyStepOnDrag(true)
 		slider.low:SetText("1")
 		slider.high:SetText("30")
 		--slider.tooltipText = ???