mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-24 12:30:17 +00:00
Dismisses ROM requester upon that cancel too.
This commit is contained in:
parent
e1ecf66485
commit
4862ccc947
@ -395,6 +395,7 @@ class MachineDocument:
|
||||
}
|
||||
|
||||
@IBAction func cancelRequestROMs(_ sender: NSButton?) {
|
||||
self.windowControllers[0].window?.endSheet(self.romRequesterPanel!)
|
||||
close()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user