1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-10-26 13:01:25 +03:00

Fix fan-menu buttons

This commit is contained in:
Alisa Mylnikova 2018-09-04 16:48:58 +07:00
parent dd1ad89f53
commit 1c70253be6

View File

@ -6,7 +6,7 @@ import UIKit
class RenderContext {
weak var view: MView?
weak var cgContext: CGContext?
var cgContext: CGContext?
init(view: MView?) {
self.view = view