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

Also draw zig-zag on too-small zones.

This commit is contained in:
Bartosz Taudul
2018-08-04 23:32:53 +02:00
parent 3869c1dbca
commit 2acea5da3c
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ v0.4 (xxxx-xx-xx)
- Only one frame set can be active at once. The selected one is used for
the frame navigation graph, frame navigation buttons and drawing frame
separators.
- Frames too small to be displayed will be replaced with a zig-zag pattern.
- Frames and zones too small to be displayed will be marked with a zig-zag
pattern.
v0.3.3 (2018-07-03)
-------------------