Skip to content

Commit 6c7bbf3

Browse files
committed
removed comments
1 parent 86804ae commit 6c7bbf3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Export/Classes/DatListControl.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function DatListClass:BuildFilteredList()
2323
end
2424
end
2525
self.list = self.filteredList
26-
--self:SelectIndex(1)
2726
end
2827

2928
function DatListClass:GetRowValue(column, index, datFile)

src/Export/Classes/RowListControl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function RowListClass:BuildColumns()
5050
width = specCol.width,
5151
label = specCol.name,
5252
font = function() return IsKeyDown("CTRL") and "FIXED" or "VAR" end,
53-
sortable = true -- or false, as needed
53+
sortable = true
5454
})
5555
end
5656
local short = main.curDatFile.rowSize - main.curDatFile.specSize

0 commit comments

Comments
 (0)