diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WinButton.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WinButton.cc b/src/WinButton.cc index bd36dac..935e3c8 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.12 2003/09/12 23:36:16 fluxgen Exp $ | 22 | /// $Id: WinButton.cc,v 1.13 2003/09/14 10:22:45 fluxgen Exp $ |
23 | 23 | ||
24 | #include "WinButton.hh" | 24 | #include "WinButton.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -40,7 +40,6 @@ WinButton::WinButton(const FluxboxWindow &listen_to, | |||
40 | void WinButton::exposeEvent(XExposeEvent &event) { | 40 | void WinButton::exposeEvent(XExposeEvent &event) { |
41 | FbTk::Button::exposeEvent(event); | 41 | FbTk::Button::exposeEvent(event); |
42 | drawType(); | 42 | drawType(); |
43 | updateTransparent(); | ||
44 | } | 43 | } |
45 | 44 | ||
46 | void WinButton::buttonReleaseEvent(XButtonEvent &event) { | 45 | void WinButton::buttonReleaseEvent(XButtonEvent &event) { |