fix autocomplete hint rendering on non-active line edits

This commit is contained in:
Ryan Fleury
2025-04-30 15:38:46 -07:00
parent 6ea0a237ce
commit 1d4aa92779
+1
View File
@@ -3211,6 +3211,7 @@ rd_cell(RD_CellParams *params, String8 string)
//- rjf: determine autocompletion string
//
String8 autocomplete_hint_string = {0};
if(is_focus_active)
{
for(UI_Event *evt = 0; ui_next_event(&evt);)
{