Skip to content

Commit 2a3c2d8

Browse files
committed
fix
1 parent c3c5c5b commit 2a3c2d8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Modules/TOF/src/TrendingCalibDiagnostics.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ void TrendingCalibDiagnostics::generatePlots()
215215
if (auto title = dynamic_cast<TPaveText*>(c->GetPrimitive("title"))) {
216216
title->SetBBoxCenterX(c->GetBBoxCenter().fX);
217217
// It will have an effect only after invoking Draw again.
218-
title->Draw();
219218
c->Modified();
220219
c->Update();
221220
} else {

Modules/TOF/src/TrendingCalibLHCphase.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ void TrendingCalibLHCphase::generatePlots()
185185
if (auto title = dynamic_cast<TPaveText*>(c->GetPrimitive("title"))) {
186186
title->SetBBoxCenterX(c->GetBBoxCenter().fX);
187187
// It will have an effect only after invoking Draw again.
188-
title->Draw();
189188
c->Modified();
190189
c->Update();
191190
} else {

0 commit comments

Comments
 (0)