logic: color scheme fixes (#821)
* fixed issues where color scheme entries were missing * removed color scheme entries for nodes and edges that do not exist anymore
This commit is contained in:
@@ -41,7 +41,7 @@ std::string ColorScheme::getNodeTypeColor(
|
||||
{
|
||||
disableWarnings();
|
||||
|
||||
std::string type = getValue<std::string>("graph/node/" + typeStr + "/like", typeStr);
|
||||
const std::string type = getValue<std::string>("graph/node/" + typeStr + "/like", typeStr);
|
||||
std::string color = getValue<std::string>(
|
||||
"graph/node/" + type + "/" + key + "/" + stateToString(state), "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user