Skip to content

Commit

Permalink
Redraw setup screen when returning to it
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowgar committed Jan 11, 2016
1 parent 3508118 commit a25666a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SCRIPTS/TELEMETRY/LAPTIMER.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ local function setup_func(keyEvent)
lapCount = lapCount - 1
elseif keyEvent == EVT_ENTER_BREAK then
currentScreen = SCREEN_TIMER

setup_did_initial_draw = false

return
end

if lapCount < 1 then
Expand Down

0 comments on commit a25666a

Please sign in to comment.