mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 16:47:32 +00:00
Nav stack cleanup (#1460)
* Minor nav stack fixes * Nav stack cleanup * Additional cleanup, fix notepad crash * Fix abort/cancel * Fix for nasty focus bug * Format
This commit is contained in:
@@ -134,7 +134,6 @@ void Widget::focus() {
|
||||
}
|
||||
|
||||
void Widget::on_focus() {
|
||||
// set_dirty();
|
||||
}
|
||||
|
||||
void Widget::blur() {
|
||||
@@ -142,7 +141,6 @@ void Widget::blur() {
|
||||
}
|
||||
|
||||
void Widget::on_blur() {
|
||||
// set_dirty();
|
||||
}
|
||||
|
||||
bool Widget::focusable() const {
|
||||
|
Reference in New Issue
Block a user