Prevents expanding & colapsing all item auctions during bulk buying. (#26)
This commit is contained in:
@@ -467,7 +467,7 @@ local defaultColScripts = {
|
|||||||
end,
|
end,
|
||||||
|
|
||||||
OnDoubleClick = function(self, ...)
|
OnDoubleClick = function(self, ...)
|
||||||
if self.rt.disabled then return end
|
if self.rt.disabled or IsAltKeyDown() then return end
|
||||||
local data = self.row.data
|
local data = self.row.data
|
||||||
if data.expandable then
|
if data.expandable then
|
||||||
self.rt:ToggleExpanded(data.itemString)
|
self.rt:ToggleExpanded(data.itemString)
|
||||||
|
|||||||
Reference in New Issue
Block a user