Skip to content

Commit

Permalink
Fix STR#2818: (Mac OS) tooltip window takes focus away from input field.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Apr 4, 2012
1 parent c2fa011 commit cb32cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fl_cocoa.mm
Expand Up @@ -566,7 +566,7 @@ - (void)setContainsGLsubwindow:(BOOL)contains
}
- (BOOL)canBecomeKeyWindow
{
return YES;
return !w->tooltip_window();
}
@end

Expand Down

0 comments on commit cb32cea

Please sign in to comment.