Skip to content

Commit

Permalink
started with pace graph
Browse files Browse the repository at this point in the history
  • Loading branch information
tweber-ill committed Jan 2, 2025
1 parent b2f7a6e commit 907825f
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 88 deletions.
2 changes: 1 addition & 1 deletion src/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ void TracksWnd::PlotCoordsChanged(t_real longitude, t_real latitude)
{
std::ostringstream ostr;
ostr.precision(g_prec_gui);
ostr << "Coordinates: (" << longitude << "°, " << latitude << "°).";
ostr << "Longitude: " << longitude << "°, Latitude: " << latitude << "°.";
SetStatusMessage(ostr.str().c_str());
}

Expand Down
Loading

0 comments on commit 907825f

Please sign in to comment.