mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-29 14:48:31 +00:00
ImStrv: Fixed BeginCombo() with ImGuiComboFlags_CustomPreview + fixes for latest (amended).
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user