Add focus on selected font when open combobox
This commit is contained in:
parent
bd5d2d4493
commit
99d3e102c8
1 changed files with 1 additions and 0 deletions
|
@ -913,6 +913,7 @@ void GLGizmoEmboss::draw_font_list()
|
|||
if(m_font_manager.set_wx_font(wx_font))
|
||||
process();
|
||||
}
|
||||
if (is_selected) ImGui::SetItemDefaultFocus();
|
||||
ImGui::PopID();
|
||||
}
|
||||
#ifdef SHOW_FONT_COUNT
|
||||
|
|
Loading…
Add table
Reference in a new issue