Oh...duh! Yes, it queries the db to get the prefixes, however, other products also have their settings truncated that use other types of option code. The first product I noticed with this issue seemed to have an issue with the option code:
PHP Code:
<input title='Click To Choose Color' style='cursor: pointer' type='color' value='$setting[value]' name='setting[$setting[varname]]' id='sel_setting_$setting[varname]' >​
When I removed that, and left it blank so the simple text box shows up, then the settings weren't truncated.