mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Mark activity when ImGui windowing navigation target is on.
This commit is contained in:
parent
6fa0f55a83
commit
05a3ab8a33
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user