Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgc-dk authored Nov 8, 2022
1 parent 731d2c6 commit 75f3be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/widgets/PopupMessage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void PopupMessage::SetHidden(bool hidden) {
if (btnPopup == nullptr && !isHidden) {
Create();
} else if (btnPopup != nullptr) {
lv_obj_del (btnPopup);
lv_obj_del(btnPopup);
btnPopup = nullptr;
}
}
Expand Down

0 comments on commit 75f3be4

Please sign in to comment.