QTfrontend/ui/widget/qpushbuttonwithsound.cpp
branchwebgl
changeset 8330 aaefa587e277
parent 8326 023a71940f26
child 9080 9b42757d7e71
--- a/QTfrontend/ui/widget/qpushbuttonwithsound.cpp	Sun Dec 02 00:03:16 2012 +0100
+++ b/QTfrontend/ui/widget/qpushbuttonwithsound.cpp	Tue Dec 25 04:45:22 2012 +0100
@@ -33,7 +33,7 @@
 
 void QPushButtonWithSound::buttonClicked()
 {
-    if ( !isSoundEnabled || !HWForm::config->isFrontendSoundEnabled())
+    if ( !isSoundEnabled )
         return;
 
     if (this->isEnabled())