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

Method alignRightButtonPressed

gui/nbrowserwindow.cpp:1215–1220  ·  view source on GitHub ↗

The align right button was pressed

Source from the content-addressed store, hash-verified

1213
1214// The align right button was pressed
1215void NBrowserWindow::alignRightButtonPressed() {
1216 this->editor->page()->mainFrame()->evaluateJavaScript(
1217 "document.execCommand('JustifyRight', false, '');");
1218 editor->setFocus();
1219 microFocusChanged();
1220}
1221
1222
1223

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected