From 6e1cecc2614fbe64089372b5dbde0124173be914 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 4 Aug 2003 12:52:39 +0000 Subject: updateTransparent --- src/WinButton.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -/// $Id: WinButton.cc,v 1.6 2003/05/07 12:16:09 rathnor Exp $ +/// $Id: WinButton.cc,v 1.7 2003/08/04 12:52:39 fluxgen Exp $ #include "WinButton.hh" #include "App.hh" @@ -82,6 +82,7 @@ WinButton::WinButton(const FluxboxWindow &listen_to, void WinButton::exposeEvent(XExposeEvent &event) { FbTk::Button::exposeEvent(event); drawType(); + window().updateTransparent(); } void WinButton::buttonReleaseEvent(XButtonEvent &event) { -- cgit v0.11.2