Add call to plotChart to avoid strangeness on Linux

pull/938/head
Jon Beniston 2021-06-25 13:18:16 +01:00
rodzic af21350b40
commit a5f1e70bba
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -292,6 +292,7 @@ StarTrackerGUI::StarTrackerGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISet,
autoUpdateSolarFlux();
createGalacticLineOfSightScene();
plotChart();
}
StarTrackerGUI::~StarTrackerGUI()