Actions
Bug #10256
closedInsert Row Above actually erases row
Start date:
01/11/2023
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next (py3)
Model affected:
Yaesu FT-60R
Platform:
Linux
I read the instructions above:
Description
Behavior:
Right-click on a row in the memory table and select "Insert Row Above". The row that is right-clicked gets erased, leaving a blank row in its place.
Expected behavior:
A blank row is inserted at the right-click location, and the memory information that is there is shifted down one row.
Updated by Dan Smith almost 2 years ago
- Status changed from New to In Progress
- Assignee set to Dan Smith
- Target version set to chirp-py3
Ah, yep, there's an off-by-one bug in the code that results in this. It works fine for me because all my radios are zero origin, but those weirdo Yaesu radios starting at 1 ... :)
Updated by Matt Foster almost 2 years ago
Yaesu firmware must have been written in FORTRAN. LOL
Updated by Dan Smith almost 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset github|a57d4800156a173751a739c1dcc3168aa201b76a.
Actions