WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/RosterMgr/DamageMeter
    from Rev 598 to Rev 608
    Reverse comparison

Rev 598 → Rev 608

Obj_TableMeter.lua
246,7 → 246,7
local dlg = nil;
local function EditTableMeterDialog(parent, path, md, callback)
if dlg then return nil; end
dlg = VFLUI.Window:new(parent or VFLDIALOG);
dlg = VFLUI.Window:new(parent);
VFLUI.Window.SetDefaultFraming(dlg, 22);
dlg:SetTitleColor(0,0,.6);
dlg:SetBackdrop(VFLUI.BlackDialogBackdrop);