Update status bar after clicking detect indent type menu item
This commit is contained in:
parent
2386153df4
commit
5539c3f908
@ -1912,6 +1912,7 @@ static void on_detect_type_from_file_activate(GtkMenuItem *menuitem, gpointer us
|
|||||||
{
|
{
|
||||||
editor_set_indent_type(doc->editor, type);
|
editor_set_indent_type(doc->editor, type);
|
||||||
ui_document_show_hide(doc);
|
ui_document_show_hide(doc);
|
||||||
|
ui_update_statusbar(doc, -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user