[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-17 21:12:01
Message-ID: 20050217211201.88D121D130 () office ! kde ! org
[Download RAW message or body]

CVS commit by luebking: 



just noticed that clicking the button on the opacity slider causes the same misvalue problem - fixed


  M +2 -1      useractions.cpp   2.37


--- kdebase/kwin/useractions.cpp  #2.36:2.37
@@ -135,5 +135,6 @@ void Workspace::resetClientOpacity()
     active_popup_client->setCustomOpacityFlag(false);
     active_popup_client->updateOpacity();
-    setTransButtonText(active_popup_client->opacityPercentage());
+    transSlider->setValue(100-active_popup_client->opacityPercentage());
+    setTransButtonText(100-active_popup_client->opacityPercentage());
     }
 


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

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