mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Switch default namespace display to "short".
This commit is contained in:
parent
7aca6b72d1
commit
0059cb3ab0
@ -287,7 +287,7 @@ private:
|
||||
bool m_allocTimeRelativeToZone = true;
|
||||
|
||||
ShortcutAction m_shortcut = ShortcutAction::None;
|
||||
Namespace m_namespace = Namespace::Full;
|
||||
Namespace m_namespace = Namespace::Short;
|
||||
Animation m_zoomAnim;
|
||||
BuzzAnim<int> m_callstackBuzzAnim;
|
||||
BuzzAnim<int> m_callstackTreeBuzzAnim;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user