1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Use big icons in bad version dialogs.

This commit is contained in:
Bartosz Taudul
2021-11-13 22:20:00 +01:00
parent 46e0584cca
commit be264896f0
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -11744,7 +11744,7 @@ void View::DrawCompare()
}
}
}
tracy::BadVersion( m_compare.badVer );
tracy::BadVersion( m_compare.badVer, m_bigFont );
ImGui::End();
return;
}