gnustep / libs-gui

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
279 stars 103 forks source link

modify NSComboBox to handle attributed strings #314

Closed williameveretteggplant closed 3 weeks ago

williameveretteggplant commented 3 weeks ago

Currently NSComboBox when provided with an attributed string will display the description of an attributed string rather than the string value. The mac implementation displays the string value. This brings it into alignment with that implementation.