commit
7e31980ba3
|
@ -385,6 +385,11 @@ function UIMoveableTabBar:selectTab(tab)
|
||||||
tab:setOn(false)
|
tab:setOn(false)
|
||||||
tab.blinking = false
|
tab.blinking = false
|
||||||
|
|
||||||
|
if tab.blinkEvent then
|
||||||
|
removeEvent(tab.blinkEvent)
|
||||||
|
tab.blinkEvent = nil
|
||||||
|
end
|
||||||
|
|
||||||
local parent = tab:getParent()
|
local parent = tab:getParent()
|
||||||
parent:focusChild(tab, MouseFocusReason)
|
parent:focusChild(tab, MouseFocusReason)
|
||||||
updateNavigation(self)
|
updateNavigation(self)
|
||||||
|
|
Loading…
Reference in New Issue