diff options
Diffstat (limited to 'grapher/Option.cs')
| -rw-r--r-- | grapher/Option.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/grapher/Option.cs b/grapher/Option.cs index 8e3ecdf..eb5105e 100644 --- a/grapher/Option.cs +++ b/grapher/Option.cs @@ -52,8 +52,7 @@ namespace grapher { SetName(name); - Field.Box.Show(); - Label.Show(); + Show(); } } } |