Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespetts committed Mar 3, 2024
2 parents 96ca54b + ddce94c commit d4fb2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/line_waiting_status.cc
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void gui_line_waiting_status_t::init()
if (show_name) {
gui_label_buf_t *lb = new_component<gui_label_buf_t>(SYSCOL_TEXT_WEAK);
if (is_waypoint) {

if (gr) {
if (const char *label_text = gr->get_text()) {
lb->buf().printf(" %s", label_text);
Expand Down

0 comments on commit d4fb2a7

Please sign in to comment.