Bug #1353: Create Tabpanels object for load/earned value Tabbox when the screen
is loaded, not in the open event. FEA: ItEr76S04BugFixing
This commit is contained in:
parent
d1fbee6a98
commit
a8eebe5bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -219,6 +219,7 @@ public class CompanyPlanningModel implements ICompanyPlanningModel {
|
|||
chartComponent.setOrient("vertical");
|
||||
chartComponent.setHeight("200px");
|
||||
appendTabs(chartComponent);
|
||||
appendTabpanels(chartComponent);
|
||||
|
||||
configuration.setChartComponent(chartComponent);
|
||||
if (doubleClickCommand != null) {
|
||||
|
|
@ -271,7 +272,6 @@ public class CompanyPlanningModel implements ICompanyPlanningModel {
|
|||
final Tabbox chartComponent) {
|
||||
Timeplot chartLoadTimeplot = createEmptyTimeplot();
|
||||
|
||||
appendTabpanels(chartComponent);
|
||||
appendTab(chartComponent, appendLoadChartAndLegend(new Tabpanel(), chartLoadTimeplot));
|
||||
|
||||
setupChart(chartLoadTimeplot, new CompanyLoadChartFiller(), planner);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue