Skip to content

Commit

Permalink
E-Suite ecCharts : eps_control = off will not show the control anymor…
Browse files Browse the repository at this point in the history
…e in epswave
  • Loading branch information
sylvielamythepaut committed May 3, 2023
1 parent b3aec30 commit f3f25d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/visualisers/EpsGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ class EpsWave : public EpsWaveAttributes, public Visdef {
EpsWave() {}
virtual ~EpsWave() override {}
// Implements the set method ...
void set(const map<string, string>&) override {} // EpsWindAttributes::set(map); }
void set(const XmlNode&) override {} // EpsWindAttributes::set(node); }
void set(const map<string, string>& map) override { EpsWaveAttributes::set(map); } // EpsWindAttributes::set(map); }
void set(const XmlNode& node) override { EpsWaveAttributes::set(node) ;} // EpsWindAttributes::set(node); }

virtual void operator()(Data&, BasicGraphicsObjectContainer&) override;
virtual void visit(LegendVisitor&) override;
Expand Down

0 comments on commit f3f25d2

Please sign in to comment.