mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-07 09:15:07 -04:00
Added categories for Frequency Manager
Very bad memory leak fix in MenuView
This commit is contained in:
parent
c0876ebe9f
commit
84be3a363c
11 changed files with 248 additions and 114 deletions
|
@ -63,7 +63,10 @@ private:
|
|||
|
||||
std::vector<script_line> script { };
|
||||
|
||||
MenuView menu_view { true };
|
||||
MenuView menu_view {
|
||||
{ 0, 0, 240, 168 },
|
||||
true
|
||||
};
|
||||
|
||||
Text text_edit {
|
||||
{ 16, 194, 5 * 8, 16 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue