mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 04:35:41 +08:00
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:
committed by
Mat Sutcliffe
parent
947e393b03
commit
d3892de593
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user