Skip to content

Commit

Permalink
Fixed bug with updating the title and recent file list when the race …
Browse files Browse the repository at this point in the history
…file is changed.
  • Loading branch information
esitarski committed Nov 2, 2024
1 parent 9c52ec1 commit 8027ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -1679,6 +1679,8 @@ def SetNewFilename( parent, properties ):
newFName = os.path.join( dir, newBaseName )

mainWin.fileName = newFName
wx.CallAfter( mainWin.updateRecentFiles ) # Add to the recent files list.
wx.CallAfter( mainWin.updateRaceClock ) # Also updates the window title.
return success

def ChangeProperties( parent ):
Expand Down

0 comments on commit 8027ffe

Please sign in to comment.