Workaround for a WxWidgets bug that clips the overlap_ratio label on Mac
This commit is contained in:
parent
0a74e068a3
commit
b92ba67272
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue