mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 23:30:40 -04:00
Improved trimming (#1458)
* Add threshold UI * WIP Better trimming * Rewrite mostly done WIP * WIP - trim idea * WIP threshold trimming * WIP with new design * Cleanup
This commit is contained in:
parent
ef03f020ce
commit
a6a1483083
9 changed files with 417 additions and 210 deletions
|
@ -1987,6 +1987,9 @@ void SymField::set_value(uint64_t value) {
|
|||
value_[i] = uint_to_char(temp, radix);
|
||||
v /= radix;
|
||||
}
|
||||
|
||||
if (on_change)
|
||||
on_change(*this);
|
||||
}
|
||||
|
||||
void SymField::set_value(std::string_view value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue