mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Some fixes for class names and queue (added base class).
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* Get dynamic row heights working with text wrapping.
|
||||
* Every second row different background color applied.
|
||||
]]
|
||||
UITable = extends(UIWidget)
|
||||
UITable = extends(UIWidget, "UITable")
|
||||
|
||||
local HEADER_ID = 'row0'
|
||||
|
||||
|
Reference in New Issue
Block a user