(Box b, Consumer<Rect> r)
| 151 | } |
| 152 | |
| 153 | private void set(Box b, Consumer<Rect> r) { |
| 154 | Callbacks.frameModified(b, r); |
| 155 | Drawing.dirty(b); |
| 156 | } |
| 157 | |
| 158 | private void abutV() { |
| 159 | List<Box> s = selected().sorted((a, b) -> Float.compare(a.properties.get(Box.frame).y, b.properties.get(Box.frame).y)) |