bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] fix #101846, dragged image is distorted


From: Willem Rein Oudshoorn
Subject: [PATCH] fix #101846, dragged image is distorted
Date: 17 Feb 2003 21:09:02 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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


Attachment: dragview.patch
Description: Patch fixing #101846


reply via email to

[Prev in Thread] Current Thread [Next in Thread]