mirror of
https://github.com/godotengine/godot.git
synced 2024-11-12 23:24:26 +00:00
Fix PopupMenu icon and text not having separation
This commit is contained in:
parent
7ce807a9c5
commit
78a11ea48c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user