aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/FbTk/TextureRender.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/TextureRender.cc b/src/FbTk/TextureRender.cc
index c66dfa7..89a88ea 100644
--- a/src/FbTk/TextureRender.cc
+++ b/src/FbTk/TextureRender.cc
@@ -1457,7 +1457,7 @@ Pixmap TextureRender::renderGradient(const FbTk::Texture &texture) {
1457 // invert our width and height if necessary 1457 // invert our width and height if necessary
1458 translateSize(orientation, width, height); 1458 translateSize(orientation, width, height);
1459 1459
1460 bool inverted = texture.type() & Texture::SUNKEN; 1460 bool inverted = texture.type() & Texture::INVERT;
1461 const Color* from = &(texture.color()); 1461 const Color* from = &(texture.color());
1462 const Color* to = &(texture.colorTo()); 1462 const Color* to = &(texture.colorTo());
1463 1463