mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-23 16:28:19 +01:00
Fix crash in analyzer (#6193)
This commit is contained in:
parent
24c428dbae
commit
9709ce0896
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user