summaryrefslogtreecommitdiff
path: root/src/gui/widgets/table.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-02 03:02:59 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-02 03:02:59 +0300
commitd0df36406220717545221b0ed94b9ab4ebb908b3 (patch)
tree80e033ab6b2691dadef1e3d2e98e9fa0826dde90 /src/gui/widgets/table.cpp
parentb96e34946aa326a9f8dfb80ce34cce9fc219405e (diff)
downloadplus-d0df36406220717545221b0ed94b9ab4ebb908b3.tar.gz
plus-d0df36406220717545221b0ed94b9ab4ebb908b3.tar.bz2
plus-d0df36406220717545221b0ed94b9ab4ebb908b3.tar.xz
plus-d0df36406220717545221b0ed94b9ab4ebb908b3.zip
Some fixes after automatic code checking.
Diffstat (limited to 'src/gui/widgets/table.cpp')
-rw-r--r--src/gui/widgets/table.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/table.cpp b/src/gui/widgets/table.cpp
index 00f41a760..81efa5d12 100644
--- a/src/gui/widgets/table.cpp
+++ b/src/gui/widgets/table.cpp
@@ -355,8 +355,8 @@ void GuiTable::draw(gcn::Graphics* graphics)
&& c == (unsigned)mSelectedColumn
&& r == (unsigned)mSelectedRow)
{
- graphics->fillRectangle(gcn::Rectangle(x_offset, y_offset,
- width, height));
+ graphics->fillRectangle(gcn::Rectangle(
+ x_offset, y_offset, width, height));
}
}
graphics->pushClipArea(bounds);