From 1d751bb8f9b88c2d1de36eda3171b0c8c55af6b0 Mon Sep 17 00:00:00 2001 From: masakih Date: Wed, 4 May 2016 21:22:43 +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=82=84=E3=83=AA=E3=83=AD?= =?utf8?q?=E3=83=BC=E3=83=88=E3=82=99=E3=81=8B=E3=82=99=E9=81=B8=E6=8A=9E?= =?utf8?q?=E5=87=BA=E6=9D=A5=E3=81=AA=E3=81=84=E5=A0=B4=E5=90=88=E3=81=8B?= =?utf8?q?=E3=82=99=E3=81=82=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?utf8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KCD/HMBroserWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KCD/HMBroserWindowController.m b/KCD/HMBroserWindowController.m index 789f8e48..3b784c80 100644 --- a/KCD/HMBroserWindowController.m +++ b/KCD/HMBroserWindowController.m @@ -506,7 +506,7 @@ const CGFloat flashTopMargin = 4; { SEL action = menuItem.action; - if(action == @selector(reloadContent:) && action == @selector(screenShot:) && action == @selector(deleteCacheAndReload:)) { + if(action == @selector(reloadContent:) || action == @selector(screenShot:) || action == @selector(deleteCacheAndReload:)) { return [self.gameViewController validateMenuItem:menuItem]; } if(action == @selector(selectView:)) { -- 2.11.0