From aff7dfd520f7d41127344db652cc3cdd7f0b35af Mon Sep 17 00:00:00 2001 From: Killery Date: Wed, 23 Sep 2015 17:07:20 +0900 Subject: [PATCH] =?utf8?q?=E3=81=A1=E3=82=87=E3=81=93=E3=81=A3=E3=81=A8?= =?utf8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Awars III/MapEditor.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Awars III/MapEditor.m b/Awars III/MapEditor.m index 05718b7..e33db99 100755 --- a/Awars III/MapEditor.m +++ b/Awars III/MapEditor.m @@ -1879,7 +1879,8 @@ [self willChangeValueForKey:@"eventListMA"]; [eventListMA addObject:dict]; [self didChangeValueForKey:@"eventListMA"]; - + [eventListAC setSelectionIndex:9999]; + if(MS.D){ @@ -2360,6 +2361,7 @@ [self willChangeValueForKey:@"eventDetailListMA"]; [eventDetailListMA addObject:dict]; [self didChangeValueForKey:@"eventDetailListMA"]; + [eventDetailListAC setSelectionIndex:9999]; if(MS.D) if(!MS.D->SCRPT){ -- 2.11.0