[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kwin
From:       Thomas Lübking <thomas.luebking () web ! de>
Date:       2005-02-20 23:04:19
Message-ID: 20050220230419.F0B411BBE6 () office ! kde ! org
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic