Mark activity when waiting dots are drawn.

This commit is contained in:
Bartosz Taudul 2022-09-28 00:35:39 +02:00
parent fb4d76469b
commit 03a17c621e
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -110,6 +110,7 @@ static constexpr const uint32_t AsmSyntaxColors[] = {
[[maybe_unused]] static inline void DrawWaitingDots( double time )
{
s_wasActive = true;
ImGui::TextUnformatted( "" );
auto draw = ImGui::GetWindowDrawList();
const auto wpos = ImGui::GetWindowPos();