about summary refs log tree commit diff stats
path: root/source.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-05-14 17:32:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-05-14 17:32:31 -0700
commitb071ba51a3aa5cee8830425ed8d52db5096559f9 (patch)
treeda1cd030bbbcf4f0231c1f3699743a19df91f161 /source.lua
parentb1e28f5a85760836538b43e901c3b779b3017b55 (diff)
parent0f3841f1861d0d8ff4d86425769127e12cf5673c (diff)
downloadview.love-b071ba51a3aa5cee8830425ed8d52db5096559f9.tar.gz
Merge text.love
Diffstat (limited to 'source.lua')
-rw-r--r--source.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/source.lua b/source.lua
index d43fbba..a0a2929 100644
--- a/source.lua
+++ b/source.lua
@@ -265,7 +265,7 @@ function source.draw()
     App.color(Divider_color)
     love.graphics.rectangle('fill', App.screen.width/2-1,Menu_status_bar_height, 3,App.screen.height)
     --
-    log_browser.draw(Log_browser_state)
+    log_browser.draw(Log_browser_state, --[[hide_cursor]] Focus ~= 'log_browser')
   end
   source.draw_menu_bar()
 end