| 4002 | } |
| 4003 | |
| 4004 | void |
| 4005 | LayoutViewBase::zoom_box (const db::DBox &bbox) |
| 4006 | { |
| 4007 | mp_canvas->zoom_box (bbox); |
| 4008 | store_state (); |
| 4009 | } |
| 4010 | |
| 4011 | void |
| 4012 | LayoutViewBase::set_global_trans (const db::DCplxTrans &trans) |
no test coverage detected