mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 09:11:49 +00:00
Added categories for Frequency Manager
Very bad memory leak fix in MenuView
This commit is contained in:
@@ -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 },
|
||||
|
Reference in New Issue
Block a user