WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /TargetBlock
    from Rev 24 to Rev 71
    Reverse comparison

Rev 24 → Rev 71

TargetBlock.lua
16,7 → 16,7
 
if not TBDB then TBDB = TargetBlockDefaults end
 
local block = CreateFrame("Button", nil, UIParent, "SecureActionButtonTemplate")
local block = CreateFrame("Button", "TargetBlockFrame", UIParent, "SecureActionButtonTemplate")
block:SetHeight(24)
block:EnableMouse(true)
block:RegisterForClicks("AnyUp")
TargetBlock.toc
1,5 → 1,5
## Interface: 20300
## Title: TargetBlock v1.5
## Interface: 30000
## Title: TargetBlock v1.6
## Notes: Small block on screen for easy targeting
## Author: Mikma
## SavedVariables: TBDB