comparison UI.lua @ 62:8729d39f6a3d v2.1.61

trim out prints
author Nenue
date Tue, 26 Jan 2016 17:05:06 -0500
parents 59e047d6c5de
children 516ceb31703d
comparison
equal deleted inserted replaced
61:6ca4d0cae907 62:8729d39f6a3d
67 c.out.backdrop:SetGradientAlpha(unpack(db.frontgrad)) 67 c.out.backdrop:SetGradientAlpha(unpack(db.frontgrad))
68 c.out.backdrop:SetBlendMode(db.frontblend) 68 c.out.backdrop:SetBlendMode(db.frontblend)
69 c.dropmenu.icon:SetVertexColor(unpack(db.frontheader)) 69 c.dropmenu.icon:SetVertexColor(unpack(db.frontheader))
70 c.title:SetTextColor(unpack(db.frontborder)) 70 c.title:SetTextColor(unpack(db.frontborder))
71 71
72 oldprint('changing current toplevel from', db.current_channel, 'to', c.index) 72 --oldprint('changing current toplevel from', db.current_channel, 'to', c.index)
73 db.current_channel = c.index 73 db.current_channel = c.index
74 74
75 oldprint('toplevel is now', db.current_channel) 75 --oldprint('toplevel is now', db.current_channel)
76 c:Save() 76 c:Save()
77 77
78 78
79 -- update dock buttons 79 -- update dock buttons
80 local beacon = D.dock.buttons[c.index] 80 local beacon = D.dock.buttons[c.index]