another fix

This commit is contained in:
fmittag
2016-06-22 10:13:30 +02:00
parent 8809b728c6
commit e0ce458f34
@@ -350,10 +350,6 @@ public class RaceBoardPanel extends AbstractPerspectiveComposite<RaceBoardPerspe
mainPanel.add(leaderboardAndMapViewer.getViewerWidget());
boolean showLeaderboard = getPerspectiveSettings().isShowLeaderboard() && isScreenLargeEnoughToInitiallyDisplayLeaderboard;
setLeaderboardVisible(showLeaderboard);
if (getPerspectiveSettings().isChartSupportEnabled()) {
setWindChartVisible(getPerspectiveSettings().isShowWindChart());
setCompetitorChartVisible(getPerspectiveSettings().isShowCompetitorsChart());
}
if (getPerspectiveSettings().isShowChartMarkEditMediaButtonsAndVideo()) {
setWindChartVisible(getPerspectiveSettings().isShowWindChart());
setCompetitorChartVisible(getPerspectiveSettings().isShowCompetitorsChart());