The full align button was pressed
| 1194 | |
| 1195 | // The full align button was pressed |
| 1196 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected