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

Display zone range popup area.

This commit is contained in:
Bartosz Taudul
2020-08-04 16:49:39 +02:00
parent 321fa06a3d
commit bd51add4f1
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -474,6 +474,7 @@ private:
bool m_sourceRegexValid = true;
RangeSlim m_setRangePopup;
bool m_setRangePopupOpen = false;
struct FindZone {
enum : uint64_t { Unselected = std::numeric_limits<uint64_t>::max() - 1 };