| 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, 55, 19], | 46 "rect": [11, 11, 55, 19], |
| 47 "reason": "selection" | 47 "reason": "selection" |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "object": "LayoutText #text", | 50 "object": "LayoutText #text", |
| 51 "rect": [11, 11, 51, 19], | |
| 52 "reason": "selection" | |
| 53 }, | |
| 54 { | |
| 55 "object": "LayoutText #text", | |
| 56 "rect": [11, 35, 74, 19], | 51 "rect": [11, 35, 74, 19], |
| 57 "reason": "selection" | 52 "reason": "selection" |
| 58 } | 53 } |
| 59 ] | 54 ] |
| 60 } | 55 } |
| 61 ] | 56 ] |
| 62 } | 57 } |
| 63 | 58 |
| OLD | NEW |