diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 43fb1f45..1c4561bb 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -366,7 +366,7 @@ static void DrawContents() else { auto ctx = ImGui::GetCurrentContext(); - if( ctx->DimBgRatio != 0 && ctx->DimBgRatio != 1 ) + if( ctx->NavWindowingTarget || ( ctx->DimBgRatio != 0 && ctx->DimBgRatio != 1 ) ) { activeFrames = 3; }