ui: startscreen display not existing project

* displays moved or deleted recent projects as disabled button
This commit is contained in:
Andreas Stallinger
2016-04-04 20:43:56 +02:00
parent f3dc12b0ed
commit 2ffec90c19
4 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ void SearchIndex::addNode(Id id, const NameHierarchy& nameHierarchy)
Edge* currentEdge = currentNode->edges[i];
const std::string& edgeString = currentEdge->s;
int matchCount = 0;
size_t matchCount = 0;
for (size_t j = 0; j < edgeString.size() && j < remaining.size(); j++)
{
if (edgeString[j] != remaining[j])