mirror of
https://github.com/wolfpld/tracy
synced 2025-05-05 22:53:52 +00:00
Loading popup is not resizable.
This commit is contained in:
parent
6a3a9c0bc5
commit
a7e48bd2a9
@ -181,7 +181,7 @@ int main( int argc, char** argv )
|
||||
{
|
||||
ImGui::OpenPopup( "Loading trace..." );
|
||||
}
|
||||
if( ImGui::BeginPopupModal( "Loading trace..." ) )
|
||||
if( ImGui::BeginPopupModal( "Loading trace...", nullptr, ImGuiWindowFlags_AlwaysAutoResize ) )
|
||||
{
|
||||
auto currProgress = progress.progress.load( std::memory_order_relaxed );
|
||||
if( totalProgress == 0 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user