Skip to content

Commit 313e696

Browse files
committed
remove comment
1 parent 2a3c2d8 commit 313e696

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Modules/TOF/src/TrendingCalibDiagnostics.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ void TrendingCalibDiagnostics::generatePlots()
214214
// After the update, the title has a different size and it is not in the center anymore. We have to fix that.
215215
if (auto title = dynamic_cast<TPaveText*>(c->GetPrimitive("title"))) {
216216
title->SetBBoxCenterX(c->GetBBoxCenter().fX);
217-
// It will have an effect only after invoking Draw again.
218217
c->Modified();
219218
c->Update();
220219
} else {

Modules/TOF/src/TrendingCalibLHCphase.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ void TrendingCalibLHCphase::generatePlots()
184184
// After the update, the title has a different size and it is not in the center anymore. We have to fix that.
185185
if (auto title = dynamic_cast<TPaveText*>(c->GetPrimitive("title"))) {
186186
title->SetBBoxCenterX(c->GetBBoxCenter().fX);
187-
// It will have an effect only after invoking Draw again.
188187
c->Modified();
189188
c->Update();
190189
} else {

0 commit comments

Comments
 (0)