WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/VFL/UI/Pickers
    from Rev 668 to Rev 676
    Reverse comparison

Rev 668 → Rev 676

BackdropPicker.lua
9,6 → 9,13
_backdrop = "none";
};
 
VFLUI.nilBackdrop = {
_border = "none";
bgFile = nil;
_backdrop = "none";
edgeFile = nil;
};
 
local curBackdrop, clipboard = {}, nil;
local onOK, onCancel, bdp_owner = VFL.Noop, VFL.Noop, nil;
local UpdateBackdropPicker;