Skip to content

Commit

Permalink
Changed: Out of contest periodのバーに×ボタンを追加(3) #575
Browse files Browse the repository at this point in the history
  • Loading branch information
jr8ppg committed Apr 16, 2024
1 parent a8d41b4 commit 38e9b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zlog/main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12889,6 +12889,7 @@ procedure TMainForm.EnableShiftKeyAction(fEnable: Boolean);
procedure TMainForm.ShowOutOfContestPeriod(fShow: Boolean);
begin
panelOutOfPeriod.Visible := True;
buttonCancelOutOfPeriod.Left := panelOutOfPeriod.Width - 26;
if fShow = True then begin
timerOutOfPeriod.Tag := 1;
end
Expand Down

0 comments on commit 38e9b5f

Please sign in to comment.