mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
* 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:
parent
a138f13d9c
commit
ef92c9d9b9
2 changed files with 9 additions and 0 deletions
|
@ -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:):
|
||||
|
|
|
@ -681,6 +681,11 @@ static int _gs_gui_color_picker_mode = NSRGBModeColorPanel;
|
|||
object: (id)self];
|
||||
}
|
||||
|
||||
- (BOOL) worksWhenModal
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
//
|
||||
// NSCoding protocol
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue