mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Minor bugfix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e0d7903689
commit
fd0f3bb8c0
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Sep 28 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSBrowser.m Fixed bug: ([-mouseDown:]): New method with a
|
||||
void implementation (to prevent the original NSControl's method
|
||||
from being ever executed).
|
||||
|
||||
Mon Sep 27 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSOpenPanel.m ([+openPanel]): use NSSavePanel's new
|
||||
|
|
|
@ -1030,6 +1030,10 @@
|
|||
//
|
||||
// Event Handling
|
||||
//
|
||||
- (void)mouseDown: (NSEvent *)aEvent
|
||||
{
|
||||
}
|
||||
|
||||
- (void)doClick: (id)sender
|
||||
{
|
||||
int column = [self columnOfMatrix: sender];
|
||||
|
|
Loading…
Reference in a new issue