Merge pull request #199 from wongcc966422/bitInvaderSmoothGraphic
Bit Invader: added active and inactive graphic for smooth button
This commit is contained in:
@@ -408,10 +408,9 @@ bitInvaderView::bitInvaderView( Instrument * _instrument,
|
||||
m_smoothBtn = new pixmapButton( this, tr( "Smooth" ) );
|
||||
m_smoothBtn->move( 35, 200 );
|
||||
m_smoothBtn->setActiveGraphic( PLUGIN_NAME::getIconPixmap(
|
||||
"smooth" ) );
|
||||
"smooth_active" ) );
|
||||
m_smoothBtn->setInactiveGraphic( PLUGIN_NAME::getIconPixmap(
|
||||
"smooth" ) );
|
||||
m_smoothBtn->setChecked( true );
|
||||
"smooth_inactive" ) );
|
||||
toolTip::add( m_smoothBtn,
|
||||
tr( "Click here to smooth waveform." ) );
|
||||
|
||||
|
||||
BIN
plugins/bit_invader/smooth_active.png
Normal file
BIN
plugins/bit_invader/smooth_active.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 434 B |
|
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
Reference in New Issue
Block a user