changeset 3364:b31b0d249d21

Set previously selected values for bandwidth theme-prop. flys-client/trunk@5051 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 19 Jul 2012 08:24:22 +0000
parents 8d38a1e097c2
children 1f4ce71cb6c4
files flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java	Thu Jul 19 08:21:49 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java	Thu Jul 19 08:24:22 2012 +0000
@@ -305,6 +305,7 @@
                          "linelabelstyle",
                          "linelabelshowbg",
                          "linelabelbgcolor",
+                         "bandwidthcolor",
                          "bandwidth"};
 
         for (String settingName: sets) {
@@ -451,7 +452,7 @@
                      }
                 }
             });
-
+            f.setValue(value);
         }
         else if (type.equals("Dash")) {
             f = new SelectItem(name, MSG.getString(name));

http://dive4elements.wald.intevation.org