diff --git a/src/callbacks.c b/src/callbacks.c index 649072c0..ca1688b9 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -1912,6 +1912,7 @@ static void on_detect_type_from_file_activate(GtkMenuItem *menuitem, gpointer us { editor_set_indent_type(doc->editor, type); ui_document_show_hide(doc); + ui_update_statusbar(doc, -1); } }