From 93753634f5a311869c63dd27c8fa00b2163616bf Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Sat, 20 Mar 2021 01:03:16 +0000 Subject: [PATCH] set delay to 0.5 and disable animation --- data/plugins/treeview.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/plugins/treeview.lua b/data/plugins/treeview.lua index 5d76bd6b..0e222525 100644 --- a/data/plugins/treeview.lua +++ b/data/plugins/treeview.lua @@ -9,9 +9,9 @@ local View = require "core.view" local default_treeview_size = 200 * SCALE local tooltip_offset = style.font:get_height("A") local tooltip_border = 1 -local tooltip_delay = 1 +local tooltip_delay = 0.5 local tooltip_alpha = 255 -local tooltip_alpha_step = 0.45 +local tooltip_alpha_step = 1 local function get_depth(filename)