mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 05:19:50 +01:00
Fix PopupMenu icon and text not having separation
This commit is contained in:
parent
f7f7c17962
commit
e3dd88e9ec
@ -522,6 +522,9 @@ void PopupMenu::_draw_items() {
|
|||||||
has_check = true;
|
has_check = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (icon_ofs > 0.0) {
|
||||||
|
icon_ofs += hseparation;
|
||||||
|
}
|
||||||
|
|
||||||
float check_ofs = 0.0;
|
float check_ofs = 0.0;
|
||||||
if (has_check) {
|
if (has_check) {
|
||||||
|
Loading…
Reference in New Issue
Block a user