discuss-gnustep
[Top][All Lists]
Advanced

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

NSTableHeader bug & patch


From: Pierre-Yves Rivaille
Subject: NSTableHeader bug & patch
Date: Wed, 17 Jan 2001 18:43:31 +0100 (MET)

Hi,

I have located a bug in NSTableViewHeader.m that caused incoherent
behaviour in the column resizing code. 

To be more explicit, when the user just clicked on the resizing area
(NSLeftMouseDown then NSLeftMouseUp with no NSLeftMouseDragged in
between), the variable 'p' was left uninitialized and so the
resizing occurs with a wrong value.

The attached patch solve this problem (it was generated with
"diff -u NSTableHeaderView.m.old NSTableHeaderView.m" )

Can someone (maybe Nicola as he is the main author of the NSTableView
related classes) check this patch and put into CVS ?


bye,

Pierre-Yves Rivaille

Attachment: NSTableHeaderView.patch.20010117
Description: Text document


reply via email to

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