From 73edd5c3ac0e1b6f500c1b6080cd4e46d40e37c0 Mon Sep 17 00:00:00 2001
From: Thorsten Renk <thorsten.i.renk@jyu.fi>
Date: Wed, 28 Aug 2013 15:17:05 +0300
Subject: [PATCH] Decoupled max. visibility setting from realistic visibility
 checkbox enabled - they do rather different things and disabling the slider
 when the checkbox is set makes little sense

---
 gui/dialogs/local_weather_tiles.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gui/dialogs/local_weather_tiles.xml b/gui/dialogs/local_weather_tiles.xml
index d299a6a62..87ed86e93 100644
--- a/gui/dialogs/local_weather_tiles.xml
+++ b/gui/dialogs/local_weather_tiles.xml
@@ -473,12 +473,12 @@
         <row>5</row>
         <col>0</col>
         <halign>right</halign>
-        <enable>
+        <!--<enable>
           <equals>
             <property>/local-weather/config/realistic-visibility-flag</property>
             <value>0</value>
           </equals>
-        </enable>
+        </enable>-->
         <label>Max. visibility</label>
       </text>
 
@@ -492,12 +492,12 @@
       <slider>
         <row>5</row>
         <col>2</col>
-        <enable>
+        <!--<enable>
           <equals>
           <property>/local-weather/config/realistic-visibility-flag</property>
           <value>0</value>
           </equals>
-        </enable>
+        </enable>-->
         <min>9.90348</min>
         <max>12.429216196</max>
         <property>/local-weather/config/aux-max-vis-range-m</property>