jcs
/amend
/amendments
/252
editor: Update scrollbar for log window at launch
jcs made amendment 252 over 2 years ago
--- editor.c	Mon Apr 17 15:29:01 2023
+++ editor.c	Tue Oct 24 12:01:57 2023
@@ -149,6 +149,9 @@ editor_init(struct browser *browser, struct repo_amend
 	editor->save_button = NewControl(editor->win, &bounds, "\pSave",
 	  true, 1, 1, 1, pushButProc, 0L);
 
+	UpdateScrollbarForTE(editor->win, editor->log_scroller,
+	  editor->log_te, false);
+
 	editor->last_te = editor->author_te;
 	
 	focusable = xmalloczero(sizeof(struct focusable), "editor focusable");