| 611 | } |
| 612 | |
| 613 | void QmitkRenderWindowMenu::OnSetLayout(LayoutDesign layoutDesign) |
| 614 | { |
| 615 | m_FullScreenMode = false; |
| 616 | ChangeFullScreenIcon(); |
| 617 | |
| 618 | m_LayoutDesign = layoutDesign; |
| 619 | emit LayoutDesignChanged(m_LayoutDesign); |
| 620 | |
| 621 | ShowMenu(); |
| 622 | } |
no outgoing calls
no test coverage detected