From 7232de5b2e377e78f46e5ef9e988014cbf8378c8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 21 Feb 2024 13:10:26 -0800 Subject: [PATCH] missed a call --- 0032-update_font_settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0032-update_font_settings b/0032-update_font_settings index 525b567..8eb80bc 100644 --- a/0032-update_font_settings +++ b/0032-update_font_settings @@ -13,7 +13,7 @@ update_font_settings = function(font_height) for _,pane in ipairs(Panes) do pane.editor_state.top = Menu_bottom + 20 pane.editor_state.left = Menu_left + 50 + Line_number_padding - pane.editor_state.right = math.min(100+30*Font:getWidth('m'), Safe_width*2/3) + pane.editor_state.right = editor_right_margin() if pane.editor_state.right < pane.editor_state.left then pane.editor_state.right = pane.editor_state.left+1 end -- 2.45.2