mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T345, fixes in ATC UI
- use toggled to detect all/in range - update ATIS when row is selected or clicked - changing all/in range "updates"
This commit is contained in:
@@ -21,8 +21,7 @@ namespace BlackGui
|
||||
namespace Settings
|
||||
{
|
||||
//! How to display ATC stations
|
||||
class BLACKGUI_EXPORT CAtcStationsSettings :
|
||||
public BlackMisc::CValueObject<CAtcStationsSettings>
|
||||
class BLACKGUI_EXPORT CAtcStationsSettings : public BlackMisc::CValueObject<CAtcStationsSettings>
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user