mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-23 02:34:33 +00:00
The button was gated on the entry stack maps being non-empty, but the sample entry stacks window also needs the symbol data to display anything. Without it, clicking the button silently closed the window through its null guard. Match the gate used by the statistics window menu items.