mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 00:50:57 +00:00
* Source/NSSplitView.m ([NSSplitView -initWithCoder:]):
set _never_displayed_before to YES. * Source/NSFont.m: rearrange the last change to make it look like other classes' initWithCoder/encodeWithCoder * Source/NSTextView.m: do not call _blink directly (suggested by Nicola Pero). * Source/NSButtonCell.m ([NSButtonCell -drawInteriorWithFrame:inView:]): if the button is NSImageOnly, draw the dotted frame at the right location. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14483 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12644d7d71
commit
f9bdd044b1
5 changed files with 41 additions and 21 deletions
|
@ -856,6 +856,8 @@
|
|||
{
|
||||
if (_cell.is_bordered || _cell.is_bezeled)
|
||||
NSDottedFrameRect(cellFrame);
|
||||
else if (ipos == NSImageOnly)
|
||||
NSDottedFrameRect(cellFrame);
|
||||
else
|
||||
NSDottedFrameRect(titleRect);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue