chore: checkpoint current workspace changes
This commit is contained in:
@@ -265,9 +265,13 @@ void AppendUIEditorMenuPopupForeground(
|
||||
}
|
||||
|
||||
if (item.hasSubmenu) {
|
||||
const float submenuLeft =
|
||||
rect.x + rect.width -
|
||||
ClampNonNegative(metrics.shortcutInsetRight) -
|
||||
ClampNonNegative(metrics.submenuIndicatorWidth);
|
||||
drawList.AddText(
|
||||
UIPoint(
|
||||
rect.x + rect.width - ClampNonNegative(metrics.shortcutInsetRight),
|
||||
submenuLeft,
|
||||
ResolveGlyphTop(rect, metrics)),
|
||||
">",
|
||||
palette.glyphColor,
|
||||
|
||||
Reference in New Issue
Block a user