mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:40:38 +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
14c92813af
commit
c4dc4c3fa6
2 changed files with 10 additions and 0 deletions
|
@ -1030,6 +1030,10 @@
|
|||
//
|
||||
// Event Handling
|
||||
//
|
||||
- (void)mouseDown: (NSEvent *)aEvent
|
||||
{
|
||||
}
|
||||
|
||||
- (void)doClick: (id)sender
|
||||
{
|
||||
int column = [self columnOfMatrix: sender];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue