mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
update TODO, rename onMouseDoubleClick to onDoubleClick
This commit is contained in:
@@ -356,7 +356,7 @@ local function onChannelList(channelList)
|
||||
label:setText(channelName)
|
||||
|
||||
label:setPhantom(false)
|
||||
connect(label, { onMouseDoubleClick = function () doChannelListSubmit(channelsWindow) end } )
|
||||
connect(label, { onDoubleClick = function () doChannelListSubmit(channelsWindow) end } )
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user