comparison Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua @ 133:a0894ffebd15 v62

Bug fixes and tweaks for 8.0.
author yellowfive
date Wed, 25 Jul 2018 12:17:24 -0700
parents e75889a45130
children
comparison
equal deleted inserted replaced
132:2279d58793c6 133:a0894ffebd15
88 if obj.OnLeave then obj.OnLeave(self) end 88 if obj.OnLeave then obj.OnLeave(self) end
89 end 89 end
90 90
91 -------------------------------------------------------------------------------- 91 --------------------------------------------------------------------------------
92 92
93 local onClick, onMouseUp, onMouseDown, onDragStart, onDragEnd, updatePosition 93 local onClick, onMouseUp, onMouseDown, onDragStart, onDragStop, updatePosition
94 94
95 do 95 do
96 local minimapShapes = { 96 local minimapShapes = {
97 ["ROUND"] = {true, true, true, true}, 97 ["ROUND"] = {true, true, true, true},
98 ["SQUARE"] = {false, false, false, false}, 98 ["SQUARE"] = {false, false, false, false},