From 59406f92583589352b1d67aff688a00f9ba5d5c0 Mon Sep 17 00:00:00 2001 From: urnati Date: Sun, 19 Jan 2020 22:39:05 -0500 Subject: [PATCH] - Reverse making font same as Titan. It changed WAY too much... --- TitanClassicLootType/TitanClassicLootType.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/TitanClassicLootType/TitanClassicLootType.lua b/TitanClassicLootType/TitanClassicLootType.lua index 03b4143..7cb02ff 100644 --- a/TitanClassicLootType/TitanClassicLootType.lua +++ b/TitanClassicLootType/TitanClassicLootType.lua @@ -296,7 +296,8 @@ function Tool.EnableMoving(frame,callback) end function Tool.SetButtonFont(button) ----[[ +-- Just Return. This changed WAY too much... +--[[ if button then local font_instance = button:GetNormalFontObject() if font_instance then @@ -793,7 +794,7 @@ function Track.Init() Tool.Font = newfont Tool.FontSize = TitanPanelGetVar("FontSize") - TitanPanelLootTypeMainWindowTitle:SetFont(Tool.Font, Tool.FontSize) +-- TitanPanelLootTypeMainWindowTitle:SetFont(Tool.Font, Tool.FontSize) TitanPanelLootTypeMainWindowTitle:SetText( string.format(Track.TxtEscapePicture,Track.IconDice) .." "..Track.MSGPREFIX @@ -1127,10 +1128,10 @@ function Track.UpdateRollList() --end - RollTrackerRollText:SetFont(Tool.Font, Tool.FontSize) +-- RollTrackerRollText:SetFont(Tool.Font, Tool.FontSize) RollTrackerRollText:SetText(rollText) - TitanPanelLootTypeFrameStatusText:SetFont(Tool.Font, Tool.FontSize) +-- TitanPanelLootTypeFrameStatusText:SetFont(Tool.Font, Tool.FontSize) TitanPanelLootTypeFrameStatusText:SetText(string.format(L["MsgNbRolls"], table.getn(Track.rollArray))) -- TitanPanelLootTypeFrameClearButton:SetFont(Tool.Font, Tool.FontSize) -- 1.7.9.5