mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Allow to rescale airline icons (actually all icons)
This commit is contained in:
@@ -64,11 +64,11 @@ namespace BlackMisc
|
||||
{
|
||||
if (this->isGenerated()) { return m_pixmap; }
|
||||
if (this->isFileBased()) { return m_pixmap; }
|
||||
return CIcons::pixmapByIndex(getIndex(), m_rotateDegrees);
|
||||
return CIcons::pixmapByIndex(this->getIndex(), m_rotateDegrees);
|
||||
}
|
||||
else
|
||||
{
|
||||
return CIcons::pixmapByIndex(getIndex());
|
||||
return CIcons::pixmapByIndex(this->getIndex());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user