Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
2442:49ca36baf4ab | 2443:993871f8e2f2 |
---|---|
1 2012-03-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Partial Fix flys/issue624 (removing cross section does not remove it | |
4 from select box). | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java | |
7 (removeThemes): Extracted to be able to override. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java | |
10 (removeThemes): Overridden to also remove theme from select box. | |
11 This has side effects though (TODO). | |
12 | |
1 2012-03-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 13 2012-03-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 14 |
3 Fix flys/issue621 (areas against deleted themes.) | 15 Fix flys/issue621 (areas against deleted themes.) |
4 | 16 |
5 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: | 17 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: |