BUGS:99636
fixes wrong opacity value on popup show svn path=/trunk/kdebase/kwin/; revision=390369
This commit is contained in:
parent
e9ecc46ac0
commit
de85f12894
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ void Workspace::clientPopupAboutToShow()
|
||||||
if (options->useTranslucency)
|
if (options->useTranslucency)
|
||||||
{
|
{
|
||||||
transSlider->setValue(100-active_popup_client->opacityPercentage());
|
transSlider->setValue(100-active_popup_client->opacityPercentage());
|
||||||
setTransButtonText(active_popup_client->opacityPercentage());
|
setTransButtonText(100-active_popup_client->opacityPercentage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue