Skip to content

Commit

Permalink
Fixed: Currentウインドウのみで使用できなくなった件の修正 Issues #300
Browse files Browse the repository at this point in the history
  • Loading branch information
jr8ppg committed Jun 12, 2022
1 parent 815a922 commit 4c4250b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions zlog/UComm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,12 @@ procedure TCommForm.ProcessSpot(Sp : TSpot);
Exit;
end;

// 使わないBandScopeは除く
if dmZLogGlobal.Settings._usebandscope[Sp.Band] = False then begin
Sp.Free();
Exit;
end;
// #300 これは余計だった
// // 使わないBandScopeは除く
// if dmZLogGlobal.Settings._usebandscope[Sp.Band] = False then begin
// Sp.Free();
// Exit;
// end;

// Spot上限を超えたか?
if FSpotList.Count > SPOTMAX then begin
Expand Down

0 comments on commit 4c4250b

Please sign in to comment.