mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 09:40:59 +00:00
* DBModeler/MainModelEditor.m: Implement
-draggingSourceOperationMaskForLocal:. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27693 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0ea7aaf64a
commit
d0097cc42c
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-25 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* DBModeler/MainModelEditor.m: Implement
|
||||
-draggingSourceOperationMaskForLocal:.
|
||||
|
||||
2008-10-27 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* config.h.in (getRCSID): Mark inline to avoid compiler warnings.
|
||||
|
|
|
@ -85,6 +85,13 @@
|
|||
}
|
||||
return img;
|
||||
}
|
||||
|
||||
|
||||
- (NSDragOperation) draggingSourceOperationMaskForLocal:(BOOL)flag
|
||||
{
|
||||
return NSDragOperationAll;
|
||||
}
|
||||
|
||||
@end
|
||||
@implementation MainModelEditor
|
||||
- (id) initWithDocument:(EOModelerDocument *)document
|
||||
|
|
Loading…
Reference in a new issue