MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / resetZoom

Method resetZoom

src_gui/mainwindow.cpp:760–762  ·  view source on GitHub ↗

resets zoom to 1:1

Source from the content-addressed store, hash-verified

758
759//resets zoom to 1:1
760void MainWindow::resetZoom() {
761 ui->graphicsView->resetTransform();
762}
763
764//fits the preview into the graphicsView
765void MainWindow::fitInView() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected