Resolving field resizing crashes.

This commit is contained in:
Michael Griebling
2023-01-18 09:02:28 -05:00
parent 2dd0fac5a8
commit 13a8a9097c
2 changed files with 76 additions and 58 deletions

View File

@@ -10,7 +10,7 @@ import SwiftUI
#if os(macOS)
class MTLabel : NSTextField {
public class MTLabel : NSTextField {
init() {
super.init(frame: .zero)