You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							926 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							16 lines
						
					
					
						
							926 B
						
					
					
				| --- src/osx/carbon/dataobj.cpp	2016-09-17 10:26:10.000000000 +1200 | |
| +++ src/osx/carbon/dataobj.cpp	2016-09-17 10:26:23.000000000 +1200 | |
| @@ -458,13 +458,11 @@ bool wxDataObject::GetFromPasteboard( vo | |
|                                  pastelocationset = true; | |
|                             } | |
|                          } | |
| -#if 0 // See https://groups.google.com/forum/#!topic/wx-dev/wFxevpvbhvQ/discussion | |
|                          else if ( flavorFormat.GetType() != wxDF_PRIVATE ) | |
|                          { | |
|                              // indicate the expected format for the type, benefiting from native conversions eg utf8 -> utf16 | |
|                              flavorType = (CFStringRef) wxDataFormat( flavorFormat.GetType()).GetFormatId(); | |
|                          } | |
| -#endif | |
|   | |
|                          err = PasteboardCopyItemFlavorData( pasteboard, itemID, flavorType , &flavorData ); | |
|                          if ( err == noErr )
 |