Skip to content

Commit faf40c3

Browse files
committed
missed a name change
1 parent 105f888 commit faf40c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/data_list_control.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ for rowx = 0, data_list:GetCount() - 1 do
176176
if #selected_str > 0 then
177177
selected_str = selected_str .. ", "
178178
end
179-
selected_str = selected_str .. x
179+
selected_str = selected_str .. rowx
180180
end
181181
local row = data_list:GetItemAt(rowx)
182182
if row.Check then

0 commit comments

Comments
 (0)