diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WinButton.cc | 4 |
1 files changed, 1 insertions, 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 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | /// $Id: WinButton.cc,v 1.18 2004/02/27 12:29:13 fluxgen Exp $ | 22 | /// $Id: WinButton.cc,v 1.19 2004/02/27 13:25:18 fluxgen Exp $ |
23 | 23 | ||
24 | #include "WinButton.hh" | 24 | #include "WinButton.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -44,8 +44,6 @@ void WinButton::exposeEvent(XExposeEvent &event) { | |||
44 | 44 | ||
45 | void WinButton::buttonReleaseEvent(XButtonEvent &event) { | 45 | void WinButton::buttonReleaseEvent(XButtonEvent &event) { |
46 | FbTk::Button::buttonReleaseEvent(event); | 46 | FbTk::Button::buttonReleaseEvent(event); |
47 | clear(); | ||
48 | updateTransparent(); | ||
49 | } | 47 | } |
50 | 48 | ||
51 | // clear is used to force this to clear the window (e.g. called from clear()) | 49 | // clear is used to force this to clear the window (e.g. called from clear()) |