mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +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
|
else
|
||||||
{
|
{
|
||||||
auto ctx = ImGui::GetCurrentContext();
|
auto ctx = ImGui::GetCurrentContext();
|
||||||
if( ctx->DimBgRatio != 0 && ctx->DimBgRatio != 1 )
|
if( ctx->NavWindowingTarget || ( ctx->DimBgRatio != 0 && ctx->DimBgRatio != 1 ) )
|
||||||
{
|
{
|
||||||
activeFrames = 3;
|
activeFrames = 3;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user