CVS commit by luebking: BUGS:99718 opacity popup now not closing on slider releases M +1 -1 useractions.cpp 2.38 --- kdebase/kwin/useractions.cpp #2.37:2.38 @@ -85,5 +85,5 @@ QPopupMenu* Workspace::clientPopup() connect(transSlider, SIGNAL(valueChanged(int)), SLOT(setTransButtonText(int))); connect(transSlider, SIGNAL(sliderMoved(int)), this, SLOT(setPopupClientOpacity(int))); - connect(transSlider, SIGNAL(sliderReleased()), trans_popup, SLOT(hide())); +// connect(transSlider, SIGNAL(sliderReleased()), trans_popup, SLOT(hide())); trans_popup->insertItem(transBox); popup->insertItem(i18n("&Opacity"), trans_popup );