diff --git a/Changelog and Notes.txt b/Changelog and Notes.txt index 58fdf01..8db2fc4 100644 --- a/Changelog and Notes.txt +++ b/Changelog and Notes.txt @@ -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. diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index cf52a6f..8809ea3 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -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