Mercurial > wow > inventory
comparison Frames.lua @ 141:5ed50feddeb0
Fixed sorting of all frames.
| author | Zerotorescue |
|---|---|
| date | Tue, 18 Jan 2011 22:59:16 +0100 |
| parents | 8460855e3d90 |
| children | 12a8ea5af671 |
comparison
equal
deleted
inserted
replaced
| 140:cd461a41723c | 141:5ed50feddeb0 |
|---|---|
| 204 end | 204 end |
| 205 end, | 205 end, |
| 206 ["OnLeave"] = function(rowFrame, cellFrame, data, cols, row, realrow, column, scrollingTable, ...) | 206 ["OnLeave"] = function(rowFrame, cellFrame, data, cols, row, realrow, column, scrollingTable, ...) |
| 207 HideTooltip(); | 207 HideTooltip(); |
| 208 end, | 208 end, |
| 209 ["OnClick"] = function() end, | |
| 209 }); | 210 }); |
| 210 | 211 |
| 211 frame.scrollTable = scrollTable; | 212 frame.scrollTable = scrollTable; |
| 212 | 213 |
| 213 -- Change the amount of displayed rows based on the size of the frame | 214 -- Change the amount of displayed rows based on the size of the frame |
| 442 end | 443 end |
| 443 end, | 444 end, |
| 444 ["OnLeave"] = function(rowFrame, cellFrame, data, cols, row, realrow, column, scrollingTable, ...) | 445 ["OnLeave"] = function(rowFrame, cellFrame, data, cols, row, realrow, column, scrollingTable, ...) |
| 445 HideTooltip(); | 446 HideTooltip(); |
| 446 end, | 447 end, |
| 448 ["OnClick"] = function() end, | |
| 447 }); | 449 }); |
| 448 | 450 |
| 449 frame.scrollTable = scrollTable; | 451 frame.scrollTable = scrollTable; |
| 450 | 452 |
| 451 -- Change the amount of displayed rows based on the size of the frame | 453 -- Change the amount of displayed rows based on the size of the frame |
| 576 end | 578 end |
| 577 end, | 579 end, |
| 578 ["OnLeave"] = function(rowFrame, cellFrame, data, cols, row, realrow, column, scrollingTable, ...) | 580 ["OnLeave"] = function(rowFrame, cellFrame, data, cols, row, realrow, column, scrollingTable, ...) |
| 579 HideTooltip(); | 581 HideTooltip(); |
| 580 end, | 582 end, |
| 583 ["OnClick"] = function() end, | |
| 581 }); | 584 }); |
| 582 | 585 |
| 583 frame.scrollTable = scrollTable; | 586 frame.scrollTable = scrollTable; |
| 584 | 587 |
| 585 -- Change the amount of displayed rows based on the size of the frame | 588 -- Change the amount of displayed rows based on the size of the frame |
