Blame SOURCES/motifzone_1660.patch

177784
From e5c51cda449ea3544fddcdb84c6809757477035b Mon Sep 17 00:00:00 2001
177784
From: Oleksiy Chernyavskyy <ochern@ics.com>
177784
Date: Tue, 22 Aug 2017 03:27:36 +0300
177784
Subject: [PATCH] Fixed bug 1660
177784
177784
---
177784
 lib/Xm/TextF.c | 4 ++--
177784
 1 file changed, 2 insertions(+), 2 deletions(-)
177784
177784
diff --git a/lib/Xm/TextF.c b/lib/Xm/TextF.c
177784
index 3323d2bd..f66076da 100644
177784
--- a/lib/Xm/TextF.c
177784
+++ b/lib/Xm/TextF.c
177784
@@ -1768,8 +1768,8 @@ PaintCursor(XmTextFieldWidget tf)
177784
         }
177784
            if (cursor_width > 0 && cursor_height > 0)
177784
   	  	XCopyArea(XtDisplay(tf), tf->text.ibeam_off, XtWindow(tf), 
177784
-		      tf->text.save_gc, 0, 0, cursor_width, 
177784
-		      cursor_height, x, y);
177784
+          tf->text.save_gc, src_x, 0, cursor_width, 
177784
+          cursor_height, x, y);
177784
   	}
177784
   }
177784
 }
177784
-- 
177784
2.13.5
177784