From 214a68012baa13303813561ce7ac3c47aa9f067e Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Fri, 27 Feb 2004 13:25:18 +0000
Subject: improved speed

---
 src/WinButton.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/WinButton.cc b/src/WinButton.cc
index a72b696..7020bad 100644
--- a/src/WinButton.cc
+++ b/src/WinButton.cc
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-/// $Id: WinButton.cc,v 1.18 2004/02/27 12:29:13 fluxgen Exp $
+/// $Id: WinButton.cc,v 1.19 2004/02/27 13:25:18 fluxgen Exp $
 
 #include "WinButton.hh"
 #include "App.hh"
@@ -44,8 +44,6 @@ void WinButton::exposeEvent(XExposeEvent &event) {
 
 void WinButton::buttonReleaseEvent(XButtonEvent &event) {
     FbTk::Button::buttonReleaseEvent(event);
-    clear();
-    updateTransparent();
 }
 
 // clear is used to force this to clear the window (e.g. called from clear())
-- 
cgit v0.11.2