Sets defaults to show inpaint box and fill

This commit is contained in:
psychedelicious 2022-10-31 12:31:31 +11:00
parent cbe8a9550c
commit 9e70c216f6

View File

@ -64,8 +64,8 @@ const initialInpaintingState: InpaintingState = {
boundingBoxDimensions: { width: 512, height: 512 },
boundingBoxCoordinate: { x: 0, y: 0 },
boundingBoxPreviewFill: { r: 0, g: 0, b: 0, a: 0.7 },
shouldShowBoundingBox: false,
shouldShowBoundingBoxFill: false,
shouldShowBoundingBox: true,
shouldShowBoundingBoxFill: true,
cursorPosition: null,
lines: [],
pastLines: [],