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