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

Method alignCenterButtonPressed

gui/nbrowserwindow.cpp:1165–1170  ·  view source on GitHub ↗

The center align button was pressed

Source from the content-addressed store, hash-verified

1163
1164// The center align button was pressed
1165void NBrowserWindow::alignCenterButtonPressed() {
1166 this->editor->page()->mainFrame()->evaluateJavaScript(
1167 "document.execCommand('JustifyCenter', false, '');");
1168 editor->setFocus();
1169 microFocusChanged();
1170}
1171
1172
1173

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected