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 | 5f275b97e13b7509ad95ba7b2a639e9bbdeb14fc (patch) | |
tree | 204ebf9c107ac9179ae92cb577b9967d1e1b491b | |
parent | 6a7cac4480d15c5737fd5c25a4b0fa3c937d935b (diff) | |
download | scintilla-mirror-5f275b97e13b7509ad95ba7b2a639e9bbdeb14fc.tar.gz |
Fixed Cocoa for palette removal.
-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); |