File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments