Skip to content

Commit cffd74c

Browse files
committed
fix drill visuals and default fill color
1 parent 9c6dbf5 commit cffd74c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/powerbpy/page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def add_shape(self,
819819
shape_rotation_angle=0,
820820
#background_color="#FFFFFF",
821821
# background_color_alpha=None,
822-
fill_color="#FFFFFF",
822+
fill_color="#4A90E2",
823823
fill_color_alpha=None,
824824
tab_order = -1001,
825825
z_position = 6000,

src/powerbpy/visual.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ def __init__(self,
147147
}
148148

149149
]
150-
} },
150+
} ,
151151
"drillFilterOtherVisuals": True
152+
}
152153

153154
}
154155

0 commit comments

Comments
 (0)