Workaround for a WxWidgets bug that clips the overlap_ratio label on Mac

This commit is contained in:
Alessandro Ranellucci 2011-12-08 22:06:53 +01:00
parent 0a74e068a3
commit b92ba67272

View file

@ -138,7 +138,7 @@ our $Options = {
type => 'f',
},
'overlap_ratio' => {
label => 'Extrusion overlap (ratio over extrusion width)',
label => 'Extrusion overlap (ratio over extrusion width)', # the double space here prevents a bug in WxWidgets (Mac)
cli => 'overlap-ratio=f',
type => 'f',
},