add long-press gesture for touch-friendly preset popup
- replace instant drag-on-press with 500ms long-press timer - cancel long-press on early release or movement past 10px threshold - preserve double-click for mouse users (backward compatible) - resize edge detection still instant (no long-press) - cancel long-press on mouse_exit and grid rebuild - fix: ConfigFile reserved word 'default' removed from config
This commit is contained in:
parent
825598f1a9
commit
96c4d39946
4 changed files with 96 additions and 17 deletions
|
|
@ -9,9 +9,3 @@ show_disk=true
|
|||
|
||||
[performance]
|
||||
refresh_interval=1.0
|
||||
|
||||
[general]
|
||||
theme=default
|
||||
|
||||
[layout]
|
||||
current="default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue