mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 02:51:00 +00:00
Merge with trunk revision 40072
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40131 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fd11511309
commit
ab97ddee5f
9 changed files with 12 additions and 21 deletions
|
@ -58,7 +58,6 @@
|
|||
#import "GNUstepGUI/GSDisplayServer.h"
|
||||
#import "GNUstepGUI/IMLoading.h"
|
||||
|
||||
#import "unistd.h"
|
||||
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
|
@ -187,6 +186,7 @@ static int _gs_gui_color_picker_mode = NSRGBModeColorPanel;
|
|||
[cells addObject: cell];
|
||||
}
|
||||
|
||||
[_pickerMatrix renewRows: 0 columns: count];
|
||||
[_pickerMatrix addRowWithCells: cells];
|
||||
RELEASE(cells);
|
||||
[_pickerMatrix setCellSize: NSMakeSize(size.width / count, size.height)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue