Drag Meter Frame

Make Blizzard's Damage Meter, Details!, Recount, and Skada draggable. Drag the left side of the title bar—gear and menus stay clickable. Optional snap, group drag, and + for new Blizzard sessions. /dragmeter

File Details

DragMeterFrame_01-04-26.zip

  • R
  • Apr 1, 2026
  • 11.88 KB
  • 16
  • 12.0.5+1
  • Retail

File Name

DragMeterFrame_01-04-26.zip

Supported Versions

  • 12.0.5
  • 12.0.1
[1.2.7] — 2026-04-01

Fixed
- Built-in Damage Meter / taint: Stopped using `HookScript("OnUpdate", …)` on `DamageMeterSessionWindow1` for group follower sync (primary drag moves snapped secondaries). Addon `OnUpdate` on Blizzard’s session window every frame caused taint on internal values—e.g. `SetSessionDuration` / session timer failing with secret number / `DragMeterFrame` in the error. Follower sync now runs on a dedicated addon frame (`OnUpdate`, shown only while that drag mode is active).