Uwe Stöhr wrote: > I want to be sure that this won't cover another bug. While do so I found > another problem and a fix. Not too bad ;-)
Indeed. > Attached is the patch that compares against the untranslatable unit_name. OK for the mu-unit.diff patch. As for the other patch, I'm afraid there are still more problems, as I just found out. The problem is that if you remove the "mu" item from the combo, widgetsToLength will return a wrong value (off by one) for all subsequent items, so it will return "mu" for "textwidth%", for instance. For the percent- items, this was no problem only because they are the highest items in the enum anyway. We have to investigate a bit more, and I've also detected some potential existing bugs while looking closer at this. Jürgen