Skip to content

Commit

Permalink
Updating tags tree widget when changes happen
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Martinez committed Apr 11, 2021
1 parent deb92f2 commit 49d43ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/branches/BranchesWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,8 @@ void BranchesWidget::processTags()

mTagsTree->addTopLevelItem(item);
}

mTagsTree->update();
}

void BranchesWidget::processStashes()
Expand Down

0 comments on commit 49d43ff

Please sign in to comment.