1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-11-13 05:07:24 +03:00

Fix minor warning in Text renderer

This commit is contained in:
Yuriy Kashnikov 2017-10-09 17:37:16 +07:00
parent 5b13b90311
commit 12b37c8293

View File

@ -96,7 +96,6 @@ class TextRenderer: NodeRenderer {
case "lighter": return MFont.Weight.light
default: return .none
}
return .none
}
fileprivate func getBounds(_ font: MFont) -> CGRect {