diff flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java @ 3865:436eec3be6ff

Allow to create a discharge curve from a gauge info This is only a draft yet. flys-client/trunk@5639 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 28 Sep 2012 08:57:48 +0000
parents 6b2ae2ec5b01
children 22cd60315e08
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java	Fri Sep 28 08:52:53 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java	Fri Sep 28 08:57:48 2012 +0000
@@ -212,7 +212,7 @@
         final SectionStackSection gaugeSection = new SectionStackSection();
         gaugeSection.setExpanded(false);
         gaugeSection.setTitle(MSG.gaugePanelTitle());
-        gaugePanel = new GaugePanel(gaugeSection) {
+        gaugePanel = new GaugePanel(flys, gaugeSection) {
             public void addMember(Canvas component) {
                 super.addMember(component);
                 gaugeSection.setExpanded(true);

http://dive4elements.wald.intevation.org