/[svn]/qsampler/trunk/src/qsamplerChannelStrip.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1558 by capela, Thu Dec 6 09:35:33 2007 UTC revision 1637 by capela, Mon Jan 7 20:00:13 2008 UTC
# Line 213  void ChannelStrip::setDisplayEffect ( bo Line 213  void ChannelStrip::setDisplayEffect ( bo
213                  pal.setColor(QPalette::Background, Qt::black);                  pal.setColor(QPalette::Background, Qt::black);
214          }          }
215          m_ui.ChannelInfoFrame->setPalette(pal);          m_ui.ChannelInfoFrame->setPalette(pal);
216            m_ui.InstrumentNameTextLabel->setPalette(pal);
217          m_ui.StreamVoiceCountTextLabel->setPalette(pal);          m_ui.StreamVoiceCountTextLabel->setPalette(pal);
218  }  }
219    

Legend:
Removed from v.1558  
changed lines
  Added in v.1637

  ViewVC Help
Powered by ViewVC