summaryrefslogtreecommitdiff
path: root/otk/texture.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-27 10:07:57 +0000
committerDana Jansens <danakj@orodu.net>2002-12-27 10:07:57 +0000
commit5fdd493d0d2255f134114e69f028371366f4dfd3 (patch)
tree661a83f7b9369d95d29ed2bb88e4ce6d621a36d0 /otk/texture.cc
parent8bae1352cb401b71575106051a35a9535db1a7cd (diff)
buttons have their pixmaps!
Diffstat (limited to 'otk/texture.cc')
-rw-r--r--otk/texture.cc4
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;