mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
* Qt6: Fixed flickering MainWindow When opening a Mapchart for the first time after start of GC, the MainWindow used to shrink and be maximized again afterwards automatically, matching the description in https://forum.qt.io/topic/141398/qwebengineview-closes-reopens-window-when-added-dynamically By adding and removing a QWebEngineView before showing MainWindow, this flicker can be avoided * Added empty HTML to RideMapWindow This fix avoids flicker for the RideMapWindow in (un-)maximized windows (only if the chart was already part of the layout on startup)