fix bug 329673. The searchfield doesn't have the right selection behavior. r+sr=pink. Camino-only

This commit is contained in:
hwaara%gmail.com 2006-03-16 15:00:44 +00:00
Родитель ddd35c2672
Коммит 7ae307ae1a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -90,6 +90,8 @@
[[self cell] popUpButtonClickedWithFrame:cellFrame inView:self];
// send the notification?
}
else
[super mouseDown:theEvent];
}
// Do not remove. This method must be empty to setup cursor rects properly