Volume slider now 100% operational. Setting volume from promoe works!

This commit is contained in:
Chris Gilbert 2006-03-16 04:51:40 +01:00 committed by Tobias Rundstrom
parent 2c20ddf6fc
commit 8807e630f1
3 changed files with 33 additions and 3 deletions

View file

@ -86,6 +86,9 @@ VolumeSlider::setPixmaps (Skin *skin)
void
VolumeSlider::changePixmap ()
{
XMMSHandler *xmmsh = XMMSHandler::getInstance ();
xmmsh->volumeSet (m_volume_base100);
m_volslider = m_skin->getVol (m_volume);
drawPixmaps ();
}