| 2063 | } |
| 2064 | |
| 2065 | void splitViewWidget::getStateFromMaster() |
| 2066 | { |
| 2067 | const auto mainView = this->getOtherWidget(); |
| 2068 | this->setViewSplitMode(mainView->viewSplitMode, false); |
| 2069 | this->setSplittingPoint(mainView->splittingPoint, false); |
| 2070 | this->setRegularGridSize(mainView->regularGridSize, false); |
| 2071 | this->setDrawZoomBox(mainView->drawZoomBox, false); |
| 2072 | |
| 2073 | this->updateMouseTracking(); |
| 2074 | update(); |
| 2075 | |
| 2076 | MoveAndZoomableView::getStateFromMaster(); |
| 2077 | } |
nothing calls this directly
no test coverage detected