mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +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()
|
setupAudioQueueClockRate()
|
||||||
|
|
||||||
// bring OpenGL view-holding window on top of the options panel and show the content
|
// bring OpenGL view-holding window on top of the options panel and show the content
|
||||||
openGLView.window!.makeKeyAndOrderFront(self)
|
|
||||||
openGLView.isHidden = false
|
openGLView.isHidden = false
|
||||||
|
openGLView.window!.makeKeyAndOrderFront(self)
|
||||||
|
openGLView.window!.makeFirstResponder(openGLView)
|
||||||
|
|
||||||
// start accepting best effort updates
|
// start accepting best effort updates
|
||||||
self.bestEffortUpdater!.delegate = self
|
self.bestEffortUpdater!.delegate = self
|
||||||
|
Loading…
Reference in New Issue
Block a user