feat(tracker/gioui): clicking a parameter slider (etc.) selects it

Closes #112.
This commit is contained in:
5684185+vsariola@users.noreply.github.com
2024-09-08 14:46:01 +03:00
parent 6924b63e02
commit e49f699f62
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added
- Clicking the parameter slider also selects that parameter ([#112][i112])
- The vertical and horizontal split bars indicate with a cursor that they can be
resized ([#145][i145])