mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Require attention after load / connect.
This commit is contained in:
parent
d0968844d8
commit
1c5d90c98a
@ -611,6 +611,8 @@ bool View::DrawImpl()
|
|||||||
return keepOpen;
|
return keepOpen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Attention( m_attnWorking );
|
||||||
|
|
||||||
if( !m_uarchSet )
|
if( !m_uarchSet )
|
||||||
{
|
{
|
||||||
m_uarchSet = true;
|
m_uarchSet = true;
|
||||||
|
@ -839,6 +839,7 @@ private:
|
|||||||
bool m_attnNotAvailable = false;
|
bool m_attnNotAvailable = false;
|
||||||
bool m_attnDropped = false;
|
bool m_attnDropped = false;
|
||||||
bool m_attnFailure = false;
|
bool m_attnFailure = false;
|
||||||
|
bool m_attnWorking = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user