The horizontal line button was pressed
| 1153 | |
| 1154 | // The horizontal line button was pressed |
| 1155 | void NBrowserWindow::horizontalLineButtonPressed() { |
| 1156 | this->editor->page()->mainFrame()->evaluateJavaScript( |
| 1157 | "document.execCommand('insertHorizontalRule', false, '');"); |
| 1158 | editor->setFocus(); |
| 1159 | microFocusChanged(); |
| 1160 | } |
| 1161 | |
| 1162 | |
| 1163 |
nothing calls this directly
no outgoing calls
no test coverage detected