From 82757a69041d21b9104d56b86afe0ebb6a9e618b Mon Sep 17 00:00:00 2001 From: Flamanis Date: Mon, 29 Aug 2022 16:18:39 -0500 Subject: [PATCH] Edit Custom Right Text autofilling with Custom Left --- frames/window_options2_sections.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frames/window_options2_sections.lua b/frames/window_options2_sections.lua index 077539c1..21a66cab 100644 --- a/frames/window_options2_sections.lua +++ b/frames/window_options2_sections.lua @@ -2141,7 +2141,7 @@ do editInstanceSetting(currentInstance, "SetBarTextSettings", nil, nil, nil, nil, nil, nil, nil, nil, text) afterUpdate() end - _G.DetailsWindowOptionsBarTextEditor:Open (currentInstance.row_info.textL_custom_text, callback, _G.DetailsOptionsWindow, _detalhes.instance_defaults.row_info.textL_custom_text) + _G.DetailsWindowOptionsBarTextEditor:Open (currentInstance.row_info.textR_custom_text, callback, _G.DetailsOptionsWindow, _detalhes.instance_defaults.row_info.textL_custom_text) end, icontexture = [[Interface\GLUES\LOGIN\Glues-CheckBox-Check]], --icontexcoords = {160/512, 179/512, 142/512, 162/512},