1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

Add call to plotChart to avoid strangeness on Linux

This commit is contained in:
Jon Beniston 2021-06-25 13:18:16 +01:00
parent af21350b40
commit a5f1e70bba

View File

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