diff --git a/scene/gui/popup_menu.cpp b/scene/gui/popup_menu.cpp index 6c37752056b..0dfd56cdd8a 100644 --- a/scene/gui/popup_menu.cpp +++ b/scene/gui/popup_menu.cpp @@ -495,6 +495,9 @@ void PopupMenu::_draw_items() { has_check = true; } } + if (icon_ofs > 0.0) { + icon_ofs += hseparation; + } float check_ofs = 0.0; if (has_check) {