Skip to content

Commit

Permalink
Now needed code line placed proporely
Browse files Browse the repository at this point in the history
  • Loading branch information
firewall1110 committed Jan 30, 2025
1 parent e1f6bef commit 1082f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Sid/SidInstrument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ SidInstrument::SidInstrument( InstrumentTrack * _instrument_track ) :
m_volumeModel( 15.0f, 0.0f, 15.0f, 1.0f, this, tr( "Volume" ) ),
m_chipModel( static_cast<int>(ChipModel::MOS8580), 0, NumChipModels-1, this, tr( "Chip model" ) )
{
reSID::SID sid; // make instrument ready by side effect
for( int i = 0; i < 3; ++i )
{
m_voice[i] = new VoiceObject( this, i );
Expand Down Expand Up @@ -471,7 +472,6 @@ 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 1082f28

Please sign in to comment.