Explorar o código

Fix PopupMenu icon and text not having separation

Haoyu Qiu %!s(int64=2) %!d(string=hai) anos
pai
achega
78a11ea48c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      scene/gui/popup_menu.cpp

+ 3 - 0
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) {