diff options
Diffstat (limited to 'src')
-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() { |