Fix console tabs not blinking, closes #627

This commit is contained in:
TheSumm 2015-01-30 19:56:56 +01:00
parent 1c3cfddab0
commit 6961492e00
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ MoveableTabBarButton < UIButton
color: #dfdfdf color: #dfdfdf
$on !checked: $on !checked:
color: #dfdfdf color: #de6f6f
TabBar < UITabBar TabBar < UITabBar
size: 80 21 size: 80 21

View File

@ -187,7 +187,7 @@ local function onTabDragMove(tab, mousePos, mouseMoved)
end end
local function tabBlink(tab, step) local function tabBlink(tab, step)
step = step or 0 local step = step or 0
tab:setOn(not tab:isOn()) tab:setOn(not tab:isOn())
removeEvent(tab.blinkEvent) removeEvent(tab.blinkEvent)