discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Two small GUI bug fixes


From: Fred Kiefer
Subject: Re: Two small GUI bug fixes
Date: Thu, 01 Nov 2007 11:15:56 +0100
User-agent: Thunderbird 1.5.0.12 (X11/20060911)

Wolfgang Lux wrote:
> Hello,
> 
> here are two more small bug fixes for GUI.
> 
> The first concerns NSTableView's -draggingUpdated: implementation, which
> invariably passes NSTableViewDropAbove instead of the current drop
> operation
> to the delegate's
> -tableView:validateDrop:proposedRow:proposedDropOperation:
> method.
> 
> 
> The second patch fixes NSDocument's -windowForSheet: operation to return
> nil instead of [NSApp mainWindow] if the document has no associated window.
> This is the behavior implemented by Cocoa on OS X (the documentation does
> say otherwise). It is also the only reasonable behavior, it would not make
> sense to attach a sheet to window that is not owned by the document.
> 
> 

Committed, thank you for these patches!

Fred




reply via email to

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