mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:10:47 +00:00
Corrected bug in latest patch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23545 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e8a2269b1c
commit
950f1041a1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-09-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Source/NSTableView.m (-_isCellEditableColumn:row:): Correced
|
||||||
|
error in last patch, pointed out by David Ayers <ayers@fsfe.org>.
|
||||||
|
|
||||||
2006-09-17 Fred Kiefer <FredKiefer@gmx.de>
|
2006-09-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Images/GSSearch.tiff,
|
* Images/GSSearch.tiff,
|
||||||
|
|
|
@ -6029,7 +6029,7 @@ static inline float computePeriod(NSPoint mouseLocationWin,
|
||||||
if (![tableColumn isEditable])
|
if (![tableColumn isEditable])
|
||||||
{
|
{
|
||||||
// otherwise ask the delegate, if any.
|
// otherwise ask the delegate, if any.
|
||||||
[self _shouldEditTableColumn: tableColumn row: rowIndex];
|
return [self _shouldEditTableColumn: tableColumn row: rowIndex];
|
||||||
}
|
}
|
||||||
|
|
||||||
return YES;
|
return YES;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue