You've already forked GnomishVendorShrinker
include changes from https://www.wowinterface.com/downloads/info21484-GnomishVendorShrinkerFanUpdateforBFAGVS.html and fix classic issues
This commit is contained in:
4
externals/size_to_fit.lua
vendored
4
externals/size_to_fit.lua
vendored
@ -29,5 +29,7 @@ function ns.SizeToFit(self)
|
||||
|
||||
-- Now resize ourself
|
||||
local _, _, width, height = self:GetBoundsRect()
|
||||
self:SetSize(width, height)
|
||||
if(width ~= nil and height ~= nil) then
|
||||
self:SetSize(width, height)
|
||||
end
|
||||
end
|
||||
|
2
externals/ui-scrollbar.lua
vendored
2
externals/ui-scrollbar.lua
vendored
@ -32,7 +32,7 @@ end
|
||||
|
||||
|
||||
local function Sound()
|
||||
PlaySound("UChatScrollButton")
|
||||
PlaySound(1115)
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user