Ref T783, no longer use stretch factor, but splitter sizes

Using stretch factor can cause ASSERT: https://discordapp.com/channels/539048679160676382/539846348275449887/706825982283350047
This commit is contained in:
Klaus Basan
2020-05-04 21:43:09 +02:00
committed by Mat Sutcliffe
parent 947e393b03
commit d3892de593
2 changed files with 29 additions and 6 deletions

View File

@@ -169,8 +169,8 @@ namespace BlackGui
QVBoxLayout *vLayout() const;
QScopedPointer<Ui::CAtcStationComponent> ui;
QTimer m_updateTimer;
QList<int> m_stretch;
QTimer m_updateTimer;
QList<int> m_splitterSizes;
BlackMisc::Aviation::CCallsign m_selectedCallsign;
QDateTime m_timestampLastReadOnlineStations; //!< stations read
QDateTime m_timestampOnlineStationsChanged; //!< stations marked as changed