From 6cd7f0016da3b5c138fa797cc8aaa9f8671b1419 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 26 Jan 2009 22:06:13 -0500 Subject: Need to "update_ui" after "buffer_new" to fix statusbar glitch; src/textadept.c --- src/textadept.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/textadept.c b/src/textadept.c index b85dcabb..de24626e 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -293,6 +293,7 @@ void new_scintilla_buffer(ScintillaObject *sci, bool create, bool addref) { } l_set_buffer_global(sci); l_handle_event("buffer_new"); + l_handle_event("update_ui"); // update document status } /** -- cgit v1.2.3