1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-08-16 00:20:23 +03:00

Merge pull request #472 from f3dm76/fix/fan-menu

Fix fan-menu buttons
This commit is contained in:
Anton Marunko 2018-09-04 16:52:09 +07:00 committed by GitHub
commit 2defb30c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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