Skip to content
Snippets Groups Projects
Commit 41989ffb authored by Rafał Lalik's avatar Rafał Lalik Committed by Sergey Linev
Browse files

Fix issue of multiple declaration of same objects in the saved C macros

TRatioPlot defines three pads named upper_pad, lower_pad and top_pad.
If single canvas contains two or more TRatioPlots, the saved C macro
declares same object variable names resulting in runtime error. This
fix add counter suffix to pads (like for histograms) resulting in
unique pad names.
parent 536ae85b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment