mirror of
https://github.com/edubart/otclient.git
synced 2026-02-13 22:26:23 +01:00
Reimplement text edit scrolling in C++
* And update some corelib APIs
This commit is contained in:
@@ -193,6 +193,9 @@ function UITabBar:selectTab(tab)
|
||||
tab:setChecked(true)
|
||||
tab:setOn(false)
|
||||
tab.blinking = false
|
||||
|
||||
local parent = tab:getParent()
|
||||
parent:focusChild(tab, MouseFocusReason)
|
||||
end
|
||||
|
||||
function UITabBar:selectNextTab()
|
||||
|
||||
Reference in New Issue
Block a user