Skip to content

Commit

Permalink
make instrument ready by side effect fix issue LMMS#7461
Browse files Browse the repository at this point in the history
  • Loading branch information
firewall1110 authored Jan 30, 2025
1 parent 2c674ec commit e1f6bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Sid/SidInstrument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ SidInstrumentView::SidInstrumentView( Instrument * _instrument,
QWidget * _parent ) :
InstrumentViewFixedSize( _instrument, _parent )
{
reSID::SID sid; // make instrument ready by side effect

setAutoFillBackground( true );
QPalette pal;
Expand Down

0 comments on commit e1f6bef

Please sign in to comment.