mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-27 16:17:31 -04:00
Added wav file viewer
Fileman open now allows going into subdirectories Updated binary
This commit is contained in:
parent
40a71d32a2
commit
6e7b2c751f
11 changed files with 397 additions and 11 deletions
|
@ -1236,6 +1236,10 @@ void NumberField::set_range(const int32_t min, const int32_t max) {
|
|||
set_value(value(), false);
|
||||
}
|
||||
|
||||
void NumberField::set_step(const int32_t new_step) {
|
||||
step = new_step;
|
||||
}
|
||||
|
||||
void NumberField::paint(Painter& painter) {
|
||||
const auto text = to_string_dec_int(value_, length_, fill_char);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue