Fix insert completion
This commit is contained in:
parent
69113f30d1
commit
56c0d2de95
|
@ -821,7 +821,7 @@ private:
|
||||||
|
|
||||||
void menu_show()
|
void menu_show()
|
||||||
{
|
{
|
||||||
if (m_context.has_ui())
|
if (not m_context.has_ui())
|
||||||
return;
|
return;
|
||||||
DisplayCoord menu_pos = m_context.window().display_position(m_completions.begin);
|
DisplayCoord menu_pos = m_context.window().display_position(m_completions.begin);
|
||||||
m_context.ui().menu_show(m_matching_candidates, menu_pos,
|
m_context.ui().menu_show(m_matching_candidates, menu_pos,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user