diff options
Diffstat (limited to 'src/WinButton.cc')
-rw-r--r-- | src/WinButton.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WinButton.cc b/src/WinButton.cc index 32e51ff..36c7360 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.6 2003/05/07 12:16:09 rathnor Exp $ | 22 | /// $Id: WinButton.cc,v 1.7 2003/08/04 12:52:39 fluxgen Exp $ |
23 | 23 | ||
24 | #include "WinButton.hh" | 24 | #include "WinButton.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -82,6 +82,7 @@ WinButton::WinButton(const FluxboxWindow &listen_to, | |||
82 | void WinButton::exposeEvent(XExposeEvent &event) { | 82 | void WinButton::exposeEvent(XExposeEvent &event) { |
83 | FbTk::Button::exposeEvent(event); | 83 | FbTk::Button::exposeEvent(event); |
84 | drawType(); | 84 | drawType(); |
85 | window().updateTransparent(); | ||
85 | } | 86 | } |
86 | 87 | ||
87 | void WinButton::buttonReleaseEvent(XButtonEvent &event) { | 88 | void WinButton::buttonReleaseEvent(XButtonEvent &event) { |