Fix crash in analyzer (#6193)

This commit is contained in:
Jonas Kvinge 2018-11-11 17:15:30 +01:00 committed by John Maguire
parent 24c428dbae
commit 9709ce0896
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ void Analyzer::Base::paintEvent(QPaintEvent* e) {
transform(lastScope_);
analyze(p, lastScope_, new_frame_);
// scope.resize( fht_->size() );
lastScope_.resize(fht_->size());
break;
}