aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_tabset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_tabset.c')
-rw-r--r--src/gwin/gwin_tabset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_tabset.c b/src/gwin/gwin_tabset.c
index 6969c143..45cd7fc8 100644
--- a/src/gwin/gwin_tabset.c
+++ b/src/gwin/gwin_tabset.c
@@ -553,7 +553,7 @@ void gwinTabsetDraw_Std(GWidgetObject *gw, void *param) {
for(iw = gi->width; x < mx; x += iw) {
if (iw > mx - x)
iw = mx - x;
- gdispGImageDraw(gw->g.display, gi, x, y, ih, iw, 0, 0);
+ gdispGImageDraw(gw->g.display, gi, x, y, iw, ih, 0, 0);
}
}