OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "InlineTextBox 'First cell'", | 10 "object": "InlineTextBox 'First cell'", |
(...skipping 30 matching lines...) Expand all Loading... |
41 "rect": [0, 0, 0, 0], | 41 "rect": [0, 0, 0, 0], |
42 "reason": "selection" | 42 "reason": "selection" |
43 }, | 43 }, |
44 { | 44 { |
45 "object": "LayoutText #text", | 45 "object": "LayoutText #text", |
46 "rect": [11, 11, 61, 17], | 46 "rect": [11, 11, 61, 17], |
47 "reason": "selection" | 47 "reason": "selection" |
48 }, | 48 }, |
49 { | 49 { |
50 "object": "LayoutText #text", | 50 "object": "LayoutText #text", |
51 "rect": [11, 11, 57, 17], | |
52 "reason": "selection" | |
53 }, | |
54 { | |
55 "object": "LayoutText #text", | |
56 "rect": [11, 33, 79, 17], | 51 "rect": [11, 33, 79, 17], |
57 "reason": "selection" | 52 "reason": "selection" |
58 } | 53 } |
59 ] | 54 ] |
60 } | 55 } |
61 ] | 56 ] |
62 } | 57 } |
63 | 58 |
OLD | NEW |