mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:10:37 +00:00
Use common_ColorSwatch as color dragging image.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6524 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
66ae5be420
commit
8ff9c02392
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ static int _gs_gui_color_picker_mode = NSRGBModeColorPanel;
|
|||
fromView:(NSView *)sourceView
|
||||
{
|
||||
NSPasteboard *pb = [NSPasteboard pasteboardWithName: NSDragPboard];
|
||||
NSImage *image = [NSImage imageNamed: @"colorwell_DragImage"];
|
||||
NSImage *image = [NSImage imageNamed: @"common_ColorSwatch"];
|
||||
|
||||
[pb declareTypes: [NSArray arrayWithObjects: NSColorPboardType, nil]
|
||||
owner: aColor];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue