BUGS:99636

fixes wrong opacity value on popup show

svn path=/trunk/kdebase/kwin/; revision=390369
This commit is contained in:
Thomas Lübking 2005-02-17 20:48:11 +00:00
parent e9ecc46ac0
commit de85f12894

View file

@ -176,7 +176,7 @@ void Workspace::clientPopupAboutToShow()
if (options->useTranslucency)
{
transSlider->setValue(100-active_popup_client->opacityPercentage());
setTransButtonText(active_popup_client->opacityPercentage());
setTransButtonText(100-active_popup_client->opacityPercentage());
}
}