Reset global text field when using individual placeholders

This commit is contained in:
filoghost 2021-09-20 23:08:59 +02:00
parent 1da71326d7
commit d97751100e
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class DisplayText {
boolean changed = false;
if (containsIndividualPlaceholders()) {
this.globalText = null;
for (TextLineViewer viewer : viewers) {
String individualText = computeIndividualText(viewer);
if (viewer.updateIndividualText(individualText)) {