mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00: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
|
//- rjf: determine autocompletion string
|
||||||
//
|
//
|
||||||
String8 autocomplete_hint_string = {0};
|
String8 autocomplete_hint_string = {0};
|
||||||
|
if(is_focus_active)
|
||||||
{
|
{
|
||||||
for(UI_Event *evt = 0; ui_next_event(&evt);)
|
for(UI_Event *evt = 0; ui_next_event(&evt);)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user