Merge pull request #199 from wongcc966422/bitInvaderSmoothGraphic

Bit Invader: added active and inactive graphic for smooth button
This commit is contained in:
Tobias Doerffel
2014-01-30 00:32:50 -08:00
3 changed files with 2 additions and 3 deletions

View File

@@ -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." ) );

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

View File

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B