| 445 | } |
| 446 | |
| 447 | bool PatternEditorWindow::hasSelectionChanged(SelectionShallowData const& selection) const |
| 448 | { |
| 449 | if(!_lastSelection) { |
| 450 | return false; |
| 451 | } |
| 452 | return _lastSelection->numCells != selection.numCells || _lastSelection->numParticles != selection.numParticles; |
| 453 | } |
nothing calls this directly
no outgoing calls
no test coverage detected