summaryrefslogtreecommitdiff
path: root/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget.c')
-rw-r--r--widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget.c b/widget.c
index 708c33ebb..ad8733b4d 100644
--- a/widget.c
+++ b/widget.c
@@ -361,7 +361,7 @@ void DrawWindowWidgets(Window *w)
case WWT_FRAME: {
int c1,c2;
- int x2 = 0;
+ int x2 = r.left; // by default the left side is the left side of the widget
if (wi->unkA != 0) {
x2 = DrawString(r.left+6, r.top, wi->unkA, 0);