mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Ensures a new machine starts as first responder.
This commit is contained in:
parent
7dac791290
commit
c697dd78f0
@ -92,8 +92,9 @@ class MachineDocument:
|
||||
setupAudioQueueClockRate()
|
||||
|
||||
// bring OpenGL view-holding window on top of the options panel and show the content
|
||||
openGLView.window!.makeKeyAndOrderFront(self)
|
||||
openGLView.isHidden = false
|
||||
openGLView.window!.makeKeyAndOrderFront(self)
|
||||
openGLView.window!.makeFirstResponder(openGLView)
|
||||
|
||||
// start accepting best effort updates
|
||||
self.bestEffortUpdater!.delegate = self
|
||||
|
Loading…
Reference in New Issue
Block a user