mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 21:23:52 +00:00
Always keep main profiler window on bottom.
This commit is contained in:
parent
91ab641cc6
commit
149812c071
@ -375,7 +375,7 @@ bool View::DrawImpl()
|
|||||||
char tmp[2048];
|
char tmp[2048];
|
||||||
sprintf( tmp, "%s###Profiler", m_worker.GetCaptureName().c_str() );
|
sprintf( tmp, "%s###Profiler", m_worker.GetCaptureName().c_str() );
|
||||||
ImGui::SetNextWindowSize( ImVec2( 1550, 800 ), ImGuiCond_FirstUseEver );
|
ImGui::SetNextWindowSize( ImVec2( 1550, 800 ), ImGuiCond_FirstUseEver );
|
||||||
ImGui::Begin( tmp, keepOpenPtr, ImGuiWindowFlags_NoScrollbar );
|
ImGui::Begin( tmp, keepOpenPtr, ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoBringToFrontOnFocus );
|
||||||
if( !m_worker.IsDataStatic() )
|
if( !m_worker.IsDataStatic() )
|
||||||
{
|
{
|
||||||
if( ImGui::Button( m_pause ? MainWindowButtons[0] : MainWindowButtons[1], ImVec2( bw, 0 ) ) ) m_pause = !m_pause;
|
if( ImGui::Button( m_pause ? MainWindowButtons[0] : MainWindowButtons[1], ImVec2( bw, 0 ) ) ) m_pause = !m_pause;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user