mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
implement combobox and do some ui rework
This commit is contained in:
@@ -49,9 +49,9 @@ local function onWidgetHoverChange(widget, hovered)
|
||||
end
|
||||
end
|
||||
|
||||
local function onWidgetStyleApply(widget, style)
|
||||
if style and style.tooltip then
|
||||
widget.tooltip = style.tooltip
|
||||
local function onWidgetStyleApply(widget, styleName, styleNode)
|
||||
if styleNode.tooltip then
|
||||
widget.tooltip = styleNode.tooltip
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user