mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix combo list.
This commit is contained in:
parent
5b20f0008f
commit
eff6015aad
@ -2790,7 +2790,7 @@ void View::DrawOptions()
|
||||
ImGui::Begin( "Options", &m_showOptions, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_ShowBorders );
|
||||
ImGui::Checkbox( "Draw zones", &m_drawZones );
|
||||
int ns = (int)m_namespace;
|
||||
ImGui::Combo( "Namespaces", &ns, "Full\0Shortened\0None" );
|
||||
ImGui::Combo( "Namespaces", &ns, "Full\0Shortened\0None\0" );
|
||||
m_namespace = (Namespace)ns;
|
||||
ImGui::Separator();
|
||||
ImGui::Checkbox( "Draw locks", &m_drawLocks );
|
||||
|
Loading…
Reference in New Issue
Block a user