We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c5c5b commit 2a3c2d8Copy full SHA for 2a3c2d8
2 files changed
Modules/TOF/src/TrendingCalibDiagnostics.cxx
@@ -215,7 +215,6 @@ void TrendingCalibDiagnostics::generatePlots()
215
if (auto title = dynamic_cast<TPaveText*>(c->GetPrimitive("title"))) {
216
title->SetBBoxCenterX(c->GetBBoxCenter().fX);
217
// It will have an effect only after invoking Draw again.
218
- title->Draw();
219
c->Modified();
220
c->Update();
221
} else {
Modules/TOF/src/TrendingCalibLHCphase.cxx
@@ -185,7 +185,6 @@ void TrendingCalibLHCphase::generatePlots()
185
186
187
188
189
190
191
0 commit comments