update todo, unclamp watchframe

This commit is contained in:
Sattva
2024-10-26 04:08:37 +03:00
parent 2ebaea3919
commit 754ebe4bf2
2 changed files with 10 additions and 10 deletions
+8 -10
View File
@@ -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.
+2
View File
@@ -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