mirror of
https://github.com/edubart/otclient.git
synced 2025-12-04 08:56:51 +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