Fix console tabs not blinking, closes #627
This commit is contained in:
parent
1c3cfddab0
commit
6961492e00
|
@ -27,7 +27,7 @@ MoveableTabBarButton < UIButton
|
|||
color: #dfdfdf
|
||||
|
||||
$on !checked:
|
||||
color: #dfdfdf
|
||||
color: #de6f6f
|
||||
|
||||
TabBar < UITabBar
|
||||
size: 80 21
|
||||
|
|
|
@ -187,7 +187,7 @@ local function onTabDragMove(tab, mousePos, mouseMoved)
|
|||
end
|
||||
|
||||
local function tabBlink(tab, step)
|
||||
step = step or 0
|
||||
local step = step or 0
|
||||
tab:setOn(not tab:isOn())
|
||||
|
||||
removeEvent(tab.blinkEvent)
|
||||
|
|
Loading…
Reference in New Issue