diff options
author | fluxgen <fluxgen> | 2003-09-12 23:36:16 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-12 23:36:16 (GMT) |
commit | 4c1c1267b62d2f63f90e1691a8cdd6ee2446995c (patch) | |
tree | e7184dd61a62aff115072f12930f7892cb0756d6 | |
parent | 4a63da71684d0c4482c1eecc292cb56929894d62 (diff) | |
download | fluxbox-4c1c1267b62d2f63f90e1691a8cdd6ee2446995c.zip fluxbox-4c1c1267b62d2f63f90e1691a8cdd6ee2446995c.tar.bz2 |
fixed minor transparent issue
-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 d029ecf..bd36dac 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.11 2003/09/12 22:52:22 fluxgen Exp $ | 22 | /// $Id: WinButton.cc,v 1.12 2003/09/12 23:36:16 fluxgen Exp $ |
23 | 23 | ||
24 | #include "WinButton.hh" | 24 | #include "WinButton.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -265,6 +265,7 @@ void WinButton::drawType() { | |||
265 | 265 | ||
266 | break; | 266 | break; |
267 | } | 267 | } |
268 | updateTransparent(); | ||
268 | } | 269 | } |
269 | 270 | ||
270 | void WinButton::clear() { | 271 | void WinButton::clear() { |