Skip to content
Snippets Groups Projects
Commit 6857a548 authored by Francois Henrotte's avatar Francois Henrotte
Browse files

updates also the flag Visible

parent 8d12c0a0
No related branches found
No related tags found
No related merge requests found
...@@ -233,6 +233,7 @@ namespace onelab{ ...@@ -233,6 +233,7 @@ namespace onelab{
setMax(p.getMax()); setMax(p.getMax());
setStep(p.getStep()); setStep(p.getStep());
setChoices(p.getChoices()); setChoices(p.getChoices());
setVisible(p.getVisible());// FIXME Why not?
} }
std::string toChar() const std::string toChar() const
{ {
...@@ -296,6 +297,7 @@ namespace onelab{ ...@@ -296,6 +297,7 @@ namespace onelab{
setChanged(true); setChanged(true);
} }
setChoices(p.getChoices()); setChoices(p.getChoices());
setVisible(p.getVisible());// FIXME Why not?
} }
std::string toChar() const std::string toChar() const
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment