mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 14:55:06 +08:00
Workaround for a WxWidgets bug that clips the overlap_ratio label on Mac
This commit is contained in:
parent
0a74e068a3
commit
b92ba67272
@ -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…
x
Reference in New Issue
Block a user