* Source/NSColorPanel.m: Implement -worksWhenModal:. Fixes bug #9417.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24030 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Matt Rice 2006-11-05 11:13:29 +00:00
parent a138f13d9c
commit ef92c9d9b9
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2006-11-05 Matt Rice <ratmice@yahoo.com>
* Source/NSColorPanel.m: Implement -worksWhenModal:. Fixes bug #9417.
2006-11-02 Matt Rice <ratmice@yahoo.com>
* Source/NSTableView (_editNextCellAfterRow:inColumn:):

View file

@ -681,6 +681,11 @@ static int _gs_gui_color_picker_mode = NSRGBModeColorPanel;
object: (id)self];
}
- (BOOL) worksWhenModal
{
return YES;
}
//
// NSCoding protocol
//