summaryrefslogtreecommitdiff
path: root/UCore.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2024-12-24 12:41:48 +0100
committerTomas Bzatek <tbzatek@redhat.com>2025-11-27 19:39:51 +0100
commit1b2b4bb4f3ecc034a6e9364d8768e50b167a9680 (patch)
tree065ddde53b64f7957a30b7dc9d83a748f309868c /UCore.pas
parentb9703b29819b619037cc282d719c187e51bacd30 (diff)
downloadtuxcmd-1b2b4bb4f3ecc034a6e9364d8768e50b167a9680.tar.xz
Rough GTK3 port
Diffstat (limited to 'UCore.pas')
-rw-r--r--UCore.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/UCore.pas b/UCore.pas
index 5ff1e0a..5933cd4 100644
--- a/UCore.pas
+++ b/UCore.pas
@@ -161,7 +161,8 @@ begin
4: ColumnData[ConfColumnIDs[j] - 1] := strdup(PChar(LANGDIR));
end;
Icon := UpDirIcon.FPixbuf;
- ItemColor := NormalItemGDKColor;
+ // TODO
+// ItemColor := NormalItemGDKColor;
end;
ListItem.Data := Data;
DataList.Add(Data);