mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-03 11:21:50 +00:00
Merge fixing, commit to catch up on recent files
This commit is contained in:
@@ -110,7 +110,7 @@ void AlphanumView::set_uppercase() {
|
||||
|
||||
size_t n = 0;
|
||||
for(auto& button : buttons) {
|
||||
add_child(&button);
|
||||
//add_child(&button);
|
||||
const std::string label {
|
||||
key_caps[n]
|
||||
};
|
||||
@@ -125,7 +125,7 @@ void AlphanumView::set_lowercase() {
|
||||
|
||||
size_t n = 0;
|
||||
for(auto& button : buttons) {
|
||||
add_child(&button);
|
||||
//add_child(&button);
|
||||
const std::string label {
|
||||
key_caps[n]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user