Fix all issues related to new textL_offset and text_yoffset

With the new additions of Text Y Offset and the left text offset. The indexes to disable/hide were not updated properly and thus you could not edit Per Second, percent if multifontstring was enabled. And could not even see the seperator box.

A lot of SetPoint calls were not properly updated with the new anchor settings
This commit is contained in:
Flamanis
2023-03-13 10:47:52 -05:00
parent d0ccba9e03
commit e6b1028ff4
3 changed files with 21 additions and 20 deletions
+3 -3
View File
@@ -2198,9 +2198,9 @@ do
sectionOptions.always_boxfirst = true
DF:BuildMenu(sectionFrame, sectionOptions, startX, startY-20, heightSize, false, options_text_template, options_dropdown_template, options_switch_template, true, options_slider_template, options_button_template)
local separatorOption = sectionFrame.widget_list[23]
local bracketOption = sectionFrame.widget_list[24]
local warningLabel = sectionFrame.widget_list[25]
local separatorOption = sectionFrame.widget_list[25]
local bracketOption = sectionFrame.widget_list[26]
local warningLabel = sectionFrame.widget_list[27]
Details.options.textSeparatorOption = separatorOption
Details.options.textbracketOption = bracketOption