Tree: fix and expose icon modulation

This commit is contained in:
merumelu
2019-08-24 17:13:48 +02:00
parent f2777c04c3
commit eac0af5892
5 changed files with 35 additions and 24 deletions

View File

@ -430,7 +430,7 @@ void FileDialog::update_file_list() {
TreeItem *ti = tree->create_item(root);
ti->set_text(0, dir_name);
ti->set_icon(0, folder);
ti->set_icon_color(0, folder_color);
ti->set_icon_modulate(0, folder_color);
Dictionary d;
d["name"] = dir_name;