From 979f204afab79e0d8f9134d5ce683beb74c27c8d Mon Sep 17 00:00:00 2001 From: masakih Date: Wed, 26 Apr 2017 20:11:29 +0900 Subject: [PATCH] =?utf8?q?=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=BC=E3=83=B3?= =?utf8?q?=E3=82=B7=E3=83=A7=E3=83=83=E3=83=88=E3=81=8C=E3=83=88=E3=83=AA?= =?utf8?q?=E3=83=A0=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C?= =?utf8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KCD/ScreenshotEditorViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KCD/ScreenshotEditorViewController.swift b/KCD/ScreenshotEditorViewController.swift index a29c3ee5..63e19853 100644 --- a/KCD/ScreenshotEditorViewController.swift +++ b/KCD/ScreenshotEditorViewController.swift @@ -174,7 +174,7 @@ class ScreenshotEditorViewController: BridgeViewController { // TODO: 外部から End Handlerを登録できるようにして依存をなくす @IBAction func done(_ sender: AnyObject?) { - NSApplication.shared().sendAction(.registerImage, to: nil, from: self) + NSApplication.shared().sendAction(.registerImage, to: nil, from: self.image) NSApplication.shared().sendAction(.changeToDetail, to: nil, from: sender) } } -- 2.11.0