| 1420 | } |
| 1421 | |
| 1422 | bool InputEditorModel::isAutofireInput(int column) const |
| 1423 | { |
| 1424 | return movie->editor->isAutofire(column-COLUMN_SPECIAL_SIZE); |
| 1425 | } |
| 1426 | |
| 1427 | void InputEditorModel::shiftMarkers(int startRow, int offset) { |
| 1428 | if (!context->config.editor_move_marker) |
no test coverage detected