Kaydet (Commit) 5539c3f9 authored tarafından Nick Treleaven's avatar Nick Treleaven Kaydeden (comit) Nick Treleaven

Update status bar after clicking detect indent type menu item

üst 2386153d
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment