Mercurial > wow > askmrrobot
comparison ui/AmrUiTabGroup.lua @ 112:57c6cac5143c v52
7.3 update, preparation for reading crucible.
| author | yellowfive |
|---|---|
| date | Mon, 28 Aug 2017 19:33:14 -0700 |
| parents | 0515882856f1 |
| children | e31b02b24488 |
comparison
equal
deleted
inserted
replaced
| 111:2f78f6c96183 | 112:57c6cac5143c |
|---|---|
| 40 --[[----------------------------------------------------------------------------- | 40 --[[----------------------------------------------------------------------------- |
| 41 Scripts | 41 Scripts |
| 42 -------------------------------------------------------------------------------]] | 42 -------------------------------------------------------------------------------]] |
| 43 local function tabOnClick(frame) | 43 local function tabOnClick(frame) |
| 44 if not (frame.selected or frame.disabled) then | 44 if not (frame.selected or frame.disabled) then |
| 45 PlaySound("igCharacterInfoTab") | 45 --PlaySound("igCharacterInfoTab") |
| 46 frame.obj:SelectTab(frame.value) | 46 frame.obj:SelectTab(frame.value) |
| 47 end | 47 end |
| 48 end | 48 end |
| 49 | 49 |
| 50 | 50 |
