update todo, unclamp watchframe
This commit is contained in:
parent
2ebaea3919
commit
754ebe4bf2
2 changed files with 10 additions and 10 deletions
|
|
@ -4,12 +4,6 @@
|
|||
-- Backport to-do before release:
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Auto Accept Quests - add user options.
|
||||
|
||||
Chat History - (needs fixing) make sure it can be working with more than 128 lines correctly.
|
||||
|
||||
Media - Need to fix Movies, to be playable.
|
||||
|
||||
GetColoredName() - Recent Chat
|
||||
|
||||
Arena queue timer
|
||||
|
|
@ -18,10 +12,6 @@ Hide Error text, permit user to enter partial to not un-hide some error text.
|
|||
-(For example arena ready crystal red error shows how many players ready.)
|
||||
- You are in shapeshift,
|
||||
|
||||
Minimap - MailIcon - Move - Create Dropdown with anchor.
|
||||
|
||||
Manage Debuffs - make it somehow to be movable even if there are no debuffs shown.
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- What needs to be tested:
|
||||
|
|
@ -48,6 +38,14 @@ Manage Debuffs - Test IT in fight.
|
|||
-- Stuff to-do:
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Minimap - MailIcon - Move - Create Dropdown with anchor.
|
||||
|
||||
Manage Debuffs - make it somehow to be movable even if there are no debuffs shown.
|
||||
|
||||
Media - Need to fix Movies, to be playable.
|
||||
|
||||
Chat History - (needs fixing) make sure it can be working with more than 128 lines correctly.
|
||||
|
||||
Minimap - Hide POI ARROWS Tweak.
|
||||
|
||||
Recent Chat - Need Escape key to close it.
|
||||
|
|
|
|||
|
|
@ -6723,6 +6723,8 @@ function LeaPlusLC:Player()
|
|||
local trackerContainer = _G.WatchFrame
|
||||
trackerContainer:ClearAllPoints()
|
||||
trackerContainer:SetPoint('CENTER', trackerHolder)
|
||||
trackerContainer:SetClampedToScreen(false)
|
||||
|
||||
|
||||
local function SetWatchFrameHeight()
|
||||
local top = WatchFrame:GetTop() or 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue