diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2011-09-25 10:18:57 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2011-09-25 10:18:57 +1000 |
commit | 15e1952d11d46f761e18324da674b64f181b7389 (patch) | |
tree | d3627cdf6d7088978b41fdb55f4c38a7e4a53477 /cocoa | |
parent | 5d3ae5680394efc764a0fb972d28dcc542095cb3 (diff) | |
download | scintilla-mirror-15e1952d11d46f761e18324da674b64f181b7389.tar.gz |
Fixed Cocoa for palette removal.
Diffstat (limited to 'cocoa')
-rw-r--r-- | cocoa/PlatCocoa.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 8a5eff5a1..f65b28a52 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -1780,7 +1780,6 @@ void ListBoxImpl::GetValue(int n, char* value, int len) void ListBoxImpl::RegisterImage(int type, const char* xpm_data) { XPM xpm(xpm_data); - xpm.CopyDesiredColours(); NSImage* img = ImageFromXPM(&xpm); [img retain]; ImageMap::iterator it=images.find(type); |