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

Method alignLeftButtonPressed

gui/nbrowserwindow.cpp:1205–1210  ·  view source on GitHub ↗

The left align button was pressed

Source from the content-addressed store, hash-verified

1203
1204// The left align button was pressed
1205void NBrowserWindow::alignLeftButtonPressed() {
1206 this->editor->page()->mainFrame()->evaluateJavaScript(
1207 "document.execCommand('JustifyLeft', false, '');");
1208 editor->setFocus();
1209 microFocusChanged();
1210}
1211
1212
1213

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected