Folder state now uses icon aliases
FossilOrigin-Name: 0f8cf57fa2a7b38a7d2a8ca22d7e0fa09b1cd24d
This commit is contained in:
@@ -830,7 +830,12 @@ void MainWindow::updateWorkspaceView()
|
||||
if(dir.isEmpty())
|
||||
continue;
|
||||
|
||||
addPathToTree(*workspace, dir, getInternalIcon(":icons/icon-item-folder"), getInternalIcon(":icons/icons/Folder Generic Green-01.png"), getInternalIcon(":icons/icons/Folder Generic Red-01.png"), getInternalIcon(":icons/icons/Folder Generic Silver-01.png"), getWorkspace().getPathState());
|
||||
addPathToTree(*workspace, dir,
|
||||
getInternalIcon(":icons/icon-item-folder"),
|
||||
getInternalIcon(":icons/icon-item-folder-unchanged"),
|
||||
getInternalIcon(":icons/icon-item-folder-modified"),
|
||||
getInternalIcon(":icons/icon-item-folder-unknown"),
|
||||
getWorkspace().getPathState());
|
||||
}
|
||||
|
||||
// Expand root folder
|
||||
|
Reference in New Issue
Block a user