mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
another fix
This commit is contained in:
-4
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user