0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00

changed default value

This commit is contained in:
Victor Zarubkin 2016-11-20 14:39:01 +03:00
parent d550b91e56
commit 4d13e689f8

View File

@ -69,7 +69,7 @@ namespace profiler_gui {
, enable_event_indicators(true)
, enable_statistics(true)
, draw_graphics_items_borders(true)
, hide_narrow_children(true)
, hide_narrow_children(false)
, display_only_relevant_stats(true)
, collapse_items_on_tree_close(false)
, all_items_expanded_by_default(true)