Minor change.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8543 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c4e554ff6b
commit
d4f284d73c
@ -1252,9 +1252,9 @@ extern "C" {
|
||||
- (id)windowWillReturnFieldEditor:(NSWindow *)sender toObject:(id)client
|
||||
{
|
||||
if (fl_mac_os_version < 100500) {
|
||||
NSRect rect={{0,0},{20,20}};
|
||||
static FLTextView *view = nil;
|
||||
if (!view) {
|
||||
NSRect rect={{0,0},{20,20}};
|
||||
view = [[FLTextView alloc] initWithFrame:rect];
|
||||
}
|
||||
return view;
|
||||
|
Loading…
x
Reference in New Issue
Block a user