mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #577 improved airline filter (wildcard)
This commit is contained in:
@@ -31,8 +31,7 @@ namespace BlackGui
|
||||
{
|
||||
if (!m_vDesignator.isEmpty())
|
||||
{
|
||||
if (!icao.matchesVDesignator(m_vDesignator)) { continue; }
|
||||
end = true; // there should me only one designator
|
||||
if (!this->stringMatchesFilterExpression(icao.getVDesignator(), m_vDesignator)) { continue; }
|
||||
}
|
||||
|
||||
if (!this->m_name.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user