File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ def resetPreviewCallback(self, sender=None):
388
388
# set the preview location to the default.
389
389
currentPreviewLocation = self .operator .getPreviewLocation ()
390
390
currentPreviewContinuous , currentPreviewDiscrete = self .operator .splitLocation (currentPreviewLocation )
391
- defaultLocation = self .operator .newDefaultLocation (discreteLocation = currentPreviewDiscrete )
391
+ defaultLocation = self .operator .newDefaultLocation (bend = True , discreteLocation = currentPreviewDiscrete )
392
392
self .operator .setPreviewLocation (defaultLocation )
393
393
self .operator .changed ()
394
394
@@ -920,7 +920,7 @@ def glyphEditorDidSetGlyph(self, info):
920
920
ds = self .operator
921
921
previewLocation_dragging = ds .getPreviewLocation ()
922
922
if previewLocation_dragging is None :
923
- previewLocation_dragging = ds .newDefaultLocation ()
923
+ previewLocation_dragging = ds .newDefaultLocation (bend = True )
924
924
ds .setPreviewLocation (previewLocation_dragging )
925
925
# split into continuous and discrete
926
926
previewContinuous , previewDiscrete = ds .splitLocation (previewLocation_dragging )
You can’t perform that action at this time.
0 commit comments