|
From: | Adam Fedor |
Subject: | Re: [PATCH] fix #101846, dragged image is distorted |
Date: | Tue, 18 Feb 2003 20:55:32 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905 |
Willem Rein Oudshoorn wrote:
As discussed before, the reason is that -drawRect of XGDragView calls -drawInteriorWithFrame: of the NSImage cell with a wrong argument. This patch fixes this in simplistic manner. Wim Oudshoorn 2003-02-17 Willem Rein Oudshoorn <woudshoo@xs4all.nl> * Source/x11/XGDragView.m ([XGDragView -drawRect:]): use [self frame] instead of `rect'. Fixes #101846. ([XGDragView -_handleDrag:]): Fixed typo in comment ([XGDragView -_handleEventDuringDragging:theEvent]): Removed old comment
I applied this patch. Thanks.
[Prev in Thread] | Current Thread | [Next in Thread] |