Skip to content

Commit

Permalink
Fix for 10.1
Browse files Browse the repository at this point in the history
Fix #12
  • Loading branch information
p3lim committed Apr 28, 2023
1 parent 0b3af83 commit fdc9003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibEditMode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function lib:AddFrame(frame, callback, default)
selection:SetScript('OnMouseDown', onMouseDown)
selection:SetScript('OnDragStart', onDragStart)
selection:SetScript('OnDragStop', onDragStop)
selection:SetLabelText(frame:GetName())
selection.Label:SetText(frame:GetName())
selection:Hide()

frameSelections[frame] = selection
Expand Down

0 comments on commit fdc9003

Please sign in to comment.