Index: src_plugins/hid_gtk/ghid-route-style-selector.c =================================================================== --- src_plugins/hid_gtk/ghid-route-style-selector.c (revision 2611) +++ src_plugins/hid_gtk/ghid-route-style-selector.c (revision 2612) @@ -517,6 +517,9 @@ GtkTreeIter iter; int target, n; + /* Always update the label - even if there's no style, the current settings need to show */ + ghid_set_status_line_label(); + if (!gtk_tree_model_get_iter_first(GTK_TREE_MODEL(rss->model), &iter)) return; @@ -524,10 +527,7 @@ if (target == -1) { struct _route_style *style; - /* none of the styles matched: update the label... */ - ghid_set_status_line_label(); - - /* ... and select the hidden custom button */ + /* None of the styles matched: select the hidden custom button */ if (!gtk_tree_model_get_iter_first(GTK_TREE_MODEL(rss->model), &iter)) return;