mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T294, display simulator internals correctly
* view rows not selectable * added settings to ISimulator * ISimulator implements initSimulatorInternals() and sets default values * also display plugin name * XPlane using initSimulatorInternals()
This commit is contained in:
@@ -142,7 +142,7 @@ namespace BlackSimPlugin
|
||||
{
|
||||
m_fsuipc->connect(); // connect FSUIPC too
|
||||
}
|
||||
initSimulatorInternals();
|
||||
this->initSimulatorInternals();
|
||||
m_timerId = startTimer(50);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user