changeset 126 | 2354fdb91ac4 |
parent 122 | 3ef997c53b50 |
child 134 | 8b3b9b2e28e5 |
1.1 --- a/GUI/SensorNode.cs Sat May 22 15:51:59 2010 +0000 1.2 +++ b/GUI/SensorNode.cs Mon May 24 15:27:46 2010 +0000 1.3 @@ -73,7 +73,7 @@ 1.4 1.5 bool hidden = Config.Get(new Identifier(sensor.Identifier, 1.6 "hidden").ToString(), sensor.IsDefaultHidden); 1.7 - IsVisible = !hidden; 1.8 + base.IsVisible = !hidden; 1.9 } 1.10 1.11 public override string Text {