OSDN Git Service

ちょっと修正
authorKillery <Killery@kiritani-no-Mac-mini.local>
Sun, 3 May 2015 09:30:09 +0000 (18:30 +0900)
committerKillery <Killery@kiritani-no-Mac-mini.local>
Sun, 3 May 2015 09:30:09 +0000 (18:30 +0900)
Awars III/ScenarioEditor.m

index 066578c..e2c6342 100755 (executable)
         [self willChangeValueForKey:@"lineListMA"];
         [lineListMA insertObject:dict atIndex:LLrow];
         [self didChangeValueForKey:@"lineListMA"];
-        [lineListAC setSelectionIndex:9999];
-        LLrow--;
+        [lineListAC setSelectionIndex:LLrow];
     }
     
     [Dname setStringValue:TX[st].S->name];