1 Commits

Author SHA1 Message Date
Oskar a4e1d06b19 Public inits 2018-08-08 21:41:57 +02:00
2 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -108,7 +108,11 @@ import QuartzCore
setup()
}
override init(frame:NSRect) {
convenience public init(size: CGSize) {
self.init(frame: NSRect(origin: .zero, size: size))
}
override public init(frame:NSRect) {
super.init(frame: frame);
setup()
}