mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-09 19:11:38 -07:00
fix autocomplete hint rendering on non-active line edits
This commit is contained in:
@@ -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);)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user