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

Method zoomOut

src_gui/mainwindow.cpp:755–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755void MainWindow::zoomOut() {
756 ui->graphicsView->scale(0.8, 0.8);
757}
758
759//resets zoom to 1:1
760void MainWindow::resetZoom() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected