The center align button was pressed
| 1163 | |
| 1164 | // The center align button was pressed |
| 1165 | void NBrowserWindow::alignCenterButtonPressed() { |
| 1166 | this->editor->page()->mainFrame()->evaluateJavaScript( |
| 1167 | "document.execCommand('JustifyCenter', false, '');"); |
| 1168 | editor->setFocus(); |
| 1169 | microFocusChanged(); |
| 1170 | } |
| 1171 | |
| 1172 | |
| 1173 |
nothing calls this directly
no outgoing calls
no test coverage detected