From a5f1e70bba0ec90faa6351a6d42acaf9aac3a5cf Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Fri, 25 Jun 2021 13:18:16 +0100 Subject: [PATCH] Add call to plotChart to avoid strangeness on Linux --- plugins/feature/startracker/startrackergui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/feature/startracker/startrackergui.cpp b/plugins/feature/startracker/startrackergui.cpp index 2ecc7b719..2db9d144d 100644 --- a/plugins/feature/startracker/startrackergui.cpp +++ b/plugins/feature/startracker/startrackergui.cpp @@ -292,6 +292,7 @@ StarTrackerGUI::StarTrackerGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISet, autoUpdateSolarFlux(); createGalacticLineOfSightScene(); + plotChart(); } StarTrackerGUI::~StarTrackerGUI()