MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / showEditorZoomLevelIndicator

Method showEditorZoomLevelIndicator

src/dialogs/MainWindow.cpp:1932–1936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1930}
1931
1932void MainWindow::showEditorZoomLevelIndicator()
1933{
1934 // Not sure if Scintilla's zoom level matches up to an exact percentage, but visibly this is close
1935 FadingIndicator::showText(currentEditor(), tr("Zoom: %1%").arg(zoomLevel * 10 + 100));
1936}
1937
1938void MainWindow::saveSettings() const
1939{

Callers

nothing calls this directly

Calls 1

showTextFunction · 0.85

Tested by

no test coverage detected