MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / zoomIn

Method zoomIn

src/web/simplebrowser/browserwindow.cpp:233–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void BrowserWindow::zoomIn()
234{
235 WebView* webView = m_tabWidget->currentWebView();
236
237 if (!webView)
238 return;
239
240 webView->setZoomFactor(webView->zoomFactor() + 0.1);
241}
242
243void BrowserWindow::zoomOut()
244{

Callers

nothing calls this directly

Calls 1

currentWebViewMethod · 0.80

Tested by

no test coverage detected