Merge pull request #965 from diath/fix_tab_blink

Fix tab blink
master
Konrad Kuśnierz 5 年之前 committed by GitHub
當前提交 7e31980ba3
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23

@ -385,6 +385,11 @@ function UIMoveableTabBar:selectTab(tab)
tab:setOn(false)
tab.blinking = false
if tab.blinkEvent then
removeEvent(tab.blinkEvent)
tab.blinkEvent = nil
end
local parent = tab:getParent()
parent:focusChild(tab, MouseFocusReason)
updateNavigation(self)

Loading…
取消
儲存