Tweak double click time

This commit is contained in:
luboslenco
2025-09-26 17:42:01 +02:00
parent e2487a79b9
commit f0a86a2166
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ function tab_swatches_draw(htab: ui_handle_t) {
drag_pos_set = true;
}
else if (state == ui_state_t.RELEASED) {
if (sys_time() - context_raw.select_time < 0.25) {
if (sys_time() - context_raw.select_time < 0.2) {
_tab_swatches_draw_i = i;