summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-29 21:22:33 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-29 21:22:33 +0300
commitf94a6551b8d140e272ac1c46bce1ff0e5df34986 (patch)
tree35c764dfec7b76f926c30cd186b6fe36968b6529 /src/gui/widgets/checkbox.cpp
parent0336b91f51cdf14e022f74d16c15892b63b658eb (diff)
downloadplus-f94a6551b8d140e272ac1c46bce1ff0e5df34986.tar.gz
plus-f94a6551b8d140e272ac1c46bce1ff0e5df34986.tar.bz2
plus-f94a6551b8d140e272ac1c46bce1ff0e5df34986.tar.xz
plus-f94a6551b8d140e272ac1c46bce1ff0e5df34986.zip
improve draw image calls.
Diffstat (limited to 'src/gui/widgets/checkbox.cpp')
-rw-r--r--src/gui/widgets/checkbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/checkbox.cpp b/src/gui/widgets/checkbox.cpp
index 0dfd45745..1497706a1 100644
--- a/src/gui/widgets/checkbox.cpp
+++ b/src/gui/widgets/checkbox.cpp
@@ -167,7 +167,7 @@ void CheckBox::drawBox(gcn::Graphics *const graphics)
if (box)
{
- DRAW_IMAGE(static_cast<Graphics*>(graphics),
+ static_cast<Graphics*>(graphics)->drawImage2(
box, mImagePadding, (getHeight() - mImageSize) / 2);
}
}