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