ImStrv: Fixed BeginCombo() with ImGuiComboFlags_CustomPreview + fixes for latest (amended).

This commit is contained in:
ocornut
2023-11-06 14:16:25 +01:00
committed by ocornut
parent 852c4577c7
commit 6d452bf0fe
2 changed files with 3 additions and 3 deletions

View File

@@ -5632,7 +5632,7 @@ begin:
}
else
{
s = line_end ? line_end + 1 : text.End;
s = line_end ? line_end + 1 : text_end;
}
y += line_height;
}