We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731d2c6 commit 75f3be4Copy full SHA for 75f3be4
src/displayapp/widgets/PopupMessage.cpp
@@ -26,7 +26,7 @@ void PopupMessage::SetHidden(bool hidden) {
26
if (btnPopup == nullptr && !isHidden) {
27
Create();
28
} else if (btnPopup != nullptr) {
29
- lv_obj_del (btnPopup);
+ lv_obj_del(btnPopup);
30
btnPopup = nullptr;
31
}
32
0 commit comments