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

Make time accumulation mode use combo box

This commit is contained in:
Terence Rokop
2021-06-25 21:27:45 -07:00
parent 9a22b8e83c
commit b392671a7a
2 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ private:
void DrawMessages();
void DrawMessageLine( const MessageData& msg, bool hasCallstack, int& idx );
void DrawFindZone();
void AccumulationModeRadioButtons();
void AccumulationModeComboBox();
void DrawStatistics();
void DrawMemory();
void DrawAllocList();