mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Change so that echos bullets by default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27184 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e21870de5d
commit
5a414944de
1 changed files with 9 additions and 0 deletions
|
@ -84,6 +84,15 @@
|
|||
format: @"NSSecureTextField only uses NSSecureTextFieldCells."];
|
||||
}
|
||||
|
||||
- (id) initWithCoder: (NSCoder *)coder
|
||||
{
|
||||
if((self = [super initWithCoder: coder]) != nil)
|
||||
{
|
||||
[self setEchosBullets: YES];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (id) initWithFrame:(NSRect)frameRect
|
||||
{
|
||||
self = [super initWithFrame: frameRect];
|
||||
|
|
Loading…
Reference in a new issue