Skip to content
Snippets Groups Projects
Commit 73d935cd authored by Axel Naumann's avatar Axel Naumann
Browse files

Fix name of style settings.

parent f8ac0e60
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ public:
template <>
class THistDrawingOpts<2>: public THistDrawingOptsBase<THistDrawingOpts<1>> {
enum class EStyle { kErrors, kBar, kText };
TOptsAttrRef<long long> fStyle{*this, "Hist.1D.Style"};
TOptsAttrRef<long long> fStyle{*this, "Hist.2D.Style"};
public:
THistDrawingOpts() = default;
......@@ -83,7 +83,7 @@ public:
template <>
class THistDrawingOpts<3>: public THistDrawingOptsBase<THistDrawingOpts<1>> {
enum class EStyle { kErrors, kBar, kText };
TOptsAttrRef<long long> fStyle{*this, "Hist.1D.Style"};
TOptsAttrRef<long long> fStyle{*this, "Hist.3D.Style"};
public:
THistDrawingOpts() = default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment