Skip to content

Commit 9e70c21

Browse files
Sets defaults to show inpaint box and fill
1 parent cbe8a95 commit 9e70c21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/features/tabs/Inpainting/inpaintingSlice.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ const initialInpaintingState: InpaintingState = {
6464
boundingBoxDimensions: { width: 512, height: 512 },
6565
boundingBoxCoordinate: { x: 0, y: 0 },
6666
boundingBoxPreviewFill: { r: 0, g: 0, b: 0, a: 0.7 },
67-
shouldShowBoundingBox: false,
68-
shouldShowBoundingBoxFill: false,
67+
shouldShowBoundingBox: true,
68+
shouldShowBoundingBoxFill: true,
6969
cursorPosition: null,
7070
lines: [],
7171
pastLines: [],

0 commit comments

Comments
 (0)