mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +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
|
@ -6029,7 +6029,7 @@ static inline float computePeriod(NSPoint mouseLocationWin,
|
|||
if (![tableColumn isEditable])
|
||||
{
|
||||
// otherwise ask the delegate, if any.
|
||||
[self _shouldEditTableColumn: tableColumn row: rowIndex];
|
||||
return [self _shouldEditTableColumn: tableColumn row: rowIndex];
|
||||
}
|
||||
|
||||
return YES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue