- Fixed an issue with bar orientation right to left where fixed bar color isn't working.

- The nickname field now use FrizQuadrataTT font and shall be compatible with Cyrillic.
This commit is contained in:
Tercio
2017-03-15 14:11:50 -03:00
parent 907b99cd18
commit cccd1e728d
3 changed files with 7 additions and 6 deletions
+5 -6
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -3745,6 +3745,7 @@ function window:CreateFrame1()
local avatar_x_anchor2 = window.right_start_at - 15
local box = g:NewTextEntry (frame1, _, "$parentNicknameEntry", "nicknameEntry", SLIDER_WIDTH, TEXTENTRY_HEIGHT, onPressEnter, nil, nil, nil, nil, options_dropdown_template)
box:SetFontObject ("SystemFont_Outline_Small")
frame1.nicknameEntry:SetPoint ("left", frame1.nicknameLabel, "right", 2, 0)
+1
View File
@@ -4651,6 +4651,7 @@ function _detalhes:InstanceRefreshRows (instancia)
--> texture class color: if true color changes on the fly through class refresh
if (not texture_class_color) then
row.textura:SetVertexColor (texture_r, texture_g, texture_b, alpha)
row.right_to_left_texture:SetVertexColor (texture_r, texture_g, texture_b, alpha)
else
local r, g, b = row.textura:GetVertexColor()
row.textura:SetVertexColor (r, g, b, alpha)