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

Change "go to frame" window to popup.

This commit is contained in:
Bartosz Taudul
2020-05-03 13:54:37 +02:00
parent d4e490f47e
commit 222d3d661e
2 changed files with 19 additions and 26 deletions
-2
View File
@@ -161,7 +161,6 @@ private:
void DrawMemoryAllocWindow();
void DrawInfo();
void DrawTextEditor();
void DrawGoToFrame();
void DrawLockInfoWindow();
void DrawPlayback();
void DrawCpuDataWindow();
@@ -345,7 +344,6 @@ private:
bool m_showInfo = false;
bool m_showPlayback = false;
bool m_showCpuDataWindow = false;
bool m_goToFrame = false;
bool m_showAnnotationList = false;
enum class CpuDataSortBy