Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef1003b4c9 |
@@ -150,8 +150,7 @@ PM:CreateOptionsUI()
|
||||
text = i;
|
||||
func = function()
|
||||
PM.db.txtSize = i
|
||||
local thisID = UIDropDownMenu_GetSelectedID(ProfessionMenuOptions_TxtSizeMenu)
|
||||
UIDropDownMenu_SetSelectedID(ProfessionMenuOptions_TxtSizeMenu, thisID)
|
||||
UIDropDownMenu_SetSelectedID(ProfessionMenuOptions_TxtSizeMenu, i - 9)
|
||||
end;
|
||||
};
|
||||
UIDropDownMenu_AddButton(info);
|
||||
|
||||
Reference in New Issue
Block a user