BUGS:99636

fixes wrong opacity value on popup show

svn path=/trunk/kdebase/kwin/; revision=390369
icc-effect-5.14.5
Thomas Lübking 2005-02-17 20:48:11 +00:00
parent e9ecc46ac0
commit de85f12894
1 changed files with 1 additions and 1 deletions

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());
}
}