Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 2443:993871f8e2f2
Partial fix flys/issue624 (removing cross section).
flys-client/trunk@4111 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 02 Mar 2012 10:53:40 +0000 |
parents | 49ca36baf4ab |
children | 22989ed51064 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Mar 02 10:26:08 2012 +0000 +++ b/flys-client/ChangeLog Fri Mar 02 10:53:40 2012 +0000 @@ -1,3 +1,15 @@ +2012-03-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Partial Fix flys/issue624 (removing cross section does not remove it + from select box). + + * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java + (removeThemes): Extracted to be able to override. + + * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java + (removeThemes): Overridden to also remove theme from select box. + This has side effects though (TODO). + 2012-03-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> Fix flys/issue621 (areas against deleted themes.)