Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Jacalz/sparta
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jan 19, 2020
2 parents 5048a10 + 93a21c0 commit f50543d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/main-view.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func ShowMainDataView(window fyne.Window, app fyne.App, XMLData *file.Data, newA
// We loop through the imported file and add the formated info before the previous info (new information comes out on top).
for i := range XMLData.Exercise {
dataLabel.SetText(XMLData.Format(i) + dataLabel.Text)
// TODO: When #607 is fixed in fyne we can optimize this by just setting the text and refreshing the widget when we are done.
}
}

Expand Down

0 comments on commit f50543d

Please sign in to comment.