Fix console tabs not blinking, closes #627
This commit is contained in:
parent
1c3cfddab0
commit
6961492e00
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue