dunno what that is, but it doesn't seem to break anything
This commit is contained in:
parent
44caa5f492
commit
b1af778656
@ -727,7 +727,12 @@ class ArDetector {
|
||||
} catch (e) {
|
||||
// edges weren't gucci, so we'll just reset
|
||||
// the aspect ratio to defaults
|
||||
try {
|
||||
this.guardline.reset();
|
||||
} catch (e) {
|
||||
// guardline wasn't gucci either, but we'll just ignore
|
||||
// that and reset the aspect ratio anyway
|
||||
}
|
||||
this.conf.resizer.setAr({type: AspectRatio.Automatic, ratio: this.getDefaultAr()});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user