This commit is contained in:
Igor Timofeev 2017-01-16 07:01:27 +03:00
parent 0bfeb1f7d8
commit aa8d5a9b99
3 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -300,7 +300,7 @@
name="lib/GUI.lua",
url="IgorTimofeev/OpenComputers/master/lib/GUI.lua",
type="Library",
version=1.35,
version=1.36,
},
{
name="lib/windows.lua",

View File

@ -1702,7 +1702,7 @@ local function treeViewDraw(treeView)
end
if treeView.fileList[fileIndex].isDirectory then
if treeView.fileList[fileIndex].showDirectoryContent then
if treeView.directoriesToShowContent[treeView.fileList[fileIndex].path] then
buffer.text(treeView.x + treeView.fileList[fileIndex].xOffset, y, treeView.colors.arrow, "")
buffer.text(treeView.x + treeView.fileList[fileIndex].xOffset + 2, y, textColor, unicode.sub("" .. fs.name(treeView.fileList[fileIndex].path), 1, textLimit - treeView.fileList[fileIndex].xOffset - 2))
else