mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:20:48 +00:00
A miriad of changes, look at ChangeLogs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4497 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1b6925558e
commit
6df630c781
19 changed files with 1658 additions and 561 deletions
|
@ -1474,12 +1474,12 @@ static Class responderClass;
|
|||
*/
|
||||
if (content_view == nil)
|
||||
[self setContentView: nil];
|
||||
[[content_view superView] registerForDraggedTypes: newTypes];
|
||||
[[content_view superview] registerForDraggedTypes: newTypes];
|
||||
}
|
||||
|
||||
- (void) unregisterDraggedTypes
|
||||
{
|
||||
[[content_view superView] unregisterDraggedTypes];
|
||||
[[content_view superview] unregisterDraggedTypes];
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue