changeset 9577 | 9577634bd284 |
parent 8801 | c38ce9cf4c3a |
child 10248 | 7b9b44a051f8 |
--- a/QTfrontend/ui/mouseoverfilter.cpp Thu Oct 24 14:02:26 2013 -0400 +++ b/QTfrontend/ui/mouseoverfilter.cpp Thu Oct 24 21:18:22 2013 -0400 @@ -49,8 +49,6 @@ { SDLInteraction::instance().playSoundFile("/Sounds/steps.ogg"); } - - return true; } else if (event->type() == QEvent::Leave) { @@ -63,7 +61,6 @@ else abstractpage->setButtonDescription(""); } - return false; }