diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-27 10:07:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-27 10:07:57 +0000 |
| commit | 5fdd493d0d2255f134114e69f028371366f4dfd3 (patch) | |
| tree | 661a83f7b9369d95d29ed2bb88e4ce6d621a36d0 /otk/texture.cc | |
| parent | 8bae1352cb401b71575106051a35a9535db1a7cd (diff) | |
buttons have their pixmaps!
Diffstat (limited to 'otk/texture.cc')
| -rw-r--r-- | otk/texture.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/texture.cc b/otk/texture.cc index 7a651620..967878b7 100644 --- a/otk/texture.cc +++ b/otk/texture.cc @@ -158,8 +158,8 @@ Pixmap BTexture::render(const unsigned int width, const unsigned int height, const Pixmap old) { assert(texture() != BTexture::NoTexture); - if (texture() == (BTexture::Flat | BTexture::Solid)) - return None; +// if (texture() == (BTexture::Flat | BTexture::Solid)) +// return None; if (texture() == BTexture::Parent_Relative) return ParentRelative; |
