CVS commit by luebking: BUGS:99840 adjust opacity on slider.valueChanged() rather than s.moved() (allowing use of mw) M +1 -1 useractions.cpp 2.39 --- kdebase/kwin/useractions.cpp #2.38:2.39 @@ -84,5 +84,5 @@ QPopupMenu* Workspace::clientPopup() connect(transButton, SIGNAL(clicked()), trans_popup, SLOT(hide())); connect(transSlider, SIGNAL(valueChanged(int)), SLOT(setTransButtonText(int))); - connect(transSlider, SIGNAL(sliderMoved(int)), this, SLOT(setPopupClientOpacity(int))); + connect(transSlider, SIGNAL(valueChanged(int)), this, SLOT(setPopupClientOpacity(int))); // connect(transSlider, SIGNAL(sliderReleased()), trans_popup, SLOT(hide())); trans_popup->insertItem(transBox);