OSDN Git Service

SelectedIndex initialization
authornaru <bottle@mikage.to>
Mon, 2 Dec 2002 19:18:47 +0000 (19:18 +0000)
committernaru <bottle@mikage.to>
Mon, 2 Dec 2002 19:18:47 +0000 (19:18 +0000)
bottleclient/Logs.pas

index 805bdc8..1f40b28 100755 (executable)
@@ -213,6 +213,7 @@ begin
   inherited Create;
   FTitle := Title;
   OwnsObjects := true;
+  FSelectedIndex := -1; // \91I\91ð\82³\82ê\82Ä\82¢\82È\82¢
 end;
 
 destructor TBottleLogList.Destroy;