Merge pull request #26652 from YeldhamDev/filesys_dock_icon_fix
Fix FileSystem dock's item view button starting with the wrong icon
This commit is contained in:
commit
c40877bc6a
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ void FileSystemDock::_notification(int p_what) {
|
|||
button_toggle_display_mode->set_icon(get_icon("Panels2", ei));
|
||||
button_hist_next->set_icon(get_icon("Forward", ei));
|
||||
button_hist_prev->set_icon(get_icon("Back", ei));
|
||||
if (file_list_display_mode == FILE_LIST_DISPLAY_THUMBNAILS) {
|
||||
if (file_list_display_mode == FILE_LIST_DISPLAY_LIST) {
|
||||
button_file_list_display_mode->set_icon(get_icon("FileThumbnail", "EditorIcons"));
|
||||
} else {
|
||||
button_file_list_display_mode->set_icon(get_icon("FileList", "EditorIcons"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue