mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
fix menu separator
This commit is contained in:
parent
36ba3f639e
commit
02ae3ac616
@ -29,7 +29,7 @@ function UIPopupMenu.addOption(menu, optionName, optionCallback)
|
||||
end
|
||||
|
||||
function UIPopupMenu.addSeparator(menu)
|
||||
local separatorWidget = createWidget(menu:getStyleName() .. 'Separator', separator)
|
||||
local separatorWidget = createWidget(menu:getStyleName() .. 'Separator', menu)
|
||||
end
|
||||
|
||||
-- hooked events
|
||||
|
Loading…
x
Reference in New Issue
Block a user