mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Issue #77 Break dependency of icon on angle
This commit is contained in:
@@ -52,7 +52,7 @@ namespace BlackMisc
|
||||
CIcon CAngle::toIcon() const
|
||||
{
|
||||
CIcon i = CIcon::iconByIndex(CIcons::StandardIconArrowMediumNorth16);
|
||||
i.setRotation(*this);
|
||||
i.setRotation(value(CAngleUnit::deg()));
|
||||
return i;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user