| 3986 | } |
| 3987 | |
| 3988 | void |
| 3989 | LayoutViewBase::ensure_visible (const db::DBox &bbox) |
| 3990 | { |
| 3991 | db::DBox new_box = bbox + viewport ().box (); |
| 3992 | mp_canvas->zoom_box (new_box); |
| 3993 | store_state (); |
| 3994 | } |
| 3995 | |
| 3996 | void |
| 3997 | LayoutViewBase::zoom_box_and_set_hier_levels (const db::DBox &bbox, const std::pair<int, int> &levels) |
nothing calls this directly
no test coverage detected