mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:00:47 +00:00
Indented line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86e2baeff0
commit
a9013a2c26
1 changed files with 3 additions and 1 deletions
|
@ -122,7 +122,9 @@ _addLeftBorderOffsetToRect(NSRect aRect, BOOL isHorizontal)
|
||||||
// We must remove the menu view from the menu list of observers.
|
// We must remove the menu view from the menu list of observers.
|
||||||
if ( _menu )
|
if ( _menu )
|
||||||
{
|
{
|
||||||
[[NSNotificationCenter defaultCenter] removeObserver: self name: nil object: _menu];
|
[[NSNotificationCenter defaultCenter] removeObserver: self
|
||||||
|
name: nil
|
||||||
|
object: _menu];
|
||||||
}
|
}
|
||||||
|
|
||||||
RELEASE(_font);
|
RELEASE(_font);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue