mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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;
|
||||
}
|
||||
|
||||
Attention( m_attnWorking );
|
||||
|
||||
if( !m_uarchSet )
|
||||
{
|
||||
m_uarchSet = true;
|
||||
|
@ -839,6 +839,7 @@ private:
|
||||
bool m_attnNotAvailable = false;
|
||||
bool m_attnDropped = false;
|
||||
bool m_attnFailure = false;
|
||||
bool m_attnWorking = false;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user