MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / alignFullButtonPressed

Method alignFullButtonPressed

gui/nbrowserwindow.cpp:1196–1201  ·  view source on GitHub ↗

The full align button was pressed

Source from the content-addressed store, hash-verified

1194
1195// The full align button was pressed
1196void NBrowserWindow::alignFullButtonPressed() {
1197 this->editor->page()->mainFrame()->evaluateJavaScript(
1198 "document.execCommand('JustifyFull', false, '');");
1199 editor->setFocus();
1200 microFocusChanged();
1201}
1202
1203
1204// The left align button was pressed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected