mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Fix for context menu of aircraft view as reported in slack
* reported: https://swift-project.slack.com/archives/G7GD2UP9C/p1533749013000483 * logic moved to view * removed no longer required code
This commit is contained in:
@@ -124,6 +124,11 @@ namespace BlackMisc
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CSimulatedAircraft::toggleFastPositionUpdates()
|
||||
{
|
||||
return this->setFastPositionUpdates(!this->fastPositionUpdates());
|
||||
}
|
||||
|
||||
bool CSimulatedAircraft::setRendered(bool rendered)
|
||||
{
|
||||
if (m_rendered == rendered) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user