1
0
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:
Bartosz Taudul 2019-06-02 12:57:42 +02:00
parent 7aca6b72d1
commit 0059cb3ab0

View File

@ -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;