Skip to content

Commit

Permalink
fix #3805
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Sep 23, 2024
1 parent 724a322 commit 42338f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/searchquery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,5 +315,8 @@ void LabelSearchQuery::replaceAll()
doc->replaceLabelsAndRefs(oldLabel, newLabel);
}
}
// as label is renamed, update the search expression to renamed label
// see also #3805
setExpression(mModel->replacementText());
}

0 comments on commit 42338f1

Please sign in to comment.