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