sunfmin / notebook

My Note Book
2 stars 0 forks source link

NSWindow drag regions should only be invalidated on the Main Thread! #60

Open sunfmin opened 4 years ago

sunfmin commented 4 years ago

Use runtime.LockOSThread


func main() {
    runtime.LockOSThread()
    // other code
}