mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Undo change
This commit is contained in:
parent
2403c21978
commit
aae1f34d0d
1 changed files with 4 additions and 2 deletions
|
@ -751,8 +751,10 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
TEST_RELEASE(_boundsMatrix);
|
||||
TEST_RELEASE(_sub_views);
|
||||
|
||||
[GSToolTips removeTipsForView: self];
|
||||
|
||||
if (_rFlags.has_tooltips != 0)
|
||||
{
|
||||
[GSToolTips removeTipsForView: self];
|
||||
}
|
||||
if (_rFlags.has_currects != 0)
|
||||
{
|
||||
[self discardCursorRects]; // Handle release of cursors
|
||||
|
|
Loading…
Reference in a new issue