mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fixed dumb error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6464 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c256b1df22
commit
13ef454d9c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
_trackRect = cellFrame;
|
||||
|
||||
[self drawBarInside: cellFrame flipped: [controlView isFlipped]];
|
||||
if (_titleCell == YES)
|
||||
if (_titleCell != nil)
|
||||
{
|
||||
[_titleCell drawInteriorWithFrame: cellFrame inView: controlView];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue