Skip to content

Commit c06b93e

Browse files
authored
Merge pull request #6 from cpparts/overlay-options-for-stcs
adding overlay options for stcs graphic overlays
2 parents 6e2d8ea + 568d38b commit c06b93e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ipyaladin/widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ def add_graphic_overlay_from_stcs(
10071007
{
10081008
"event_name": "add_overlay",
10091009
"regions_infos": regions_infos,
1010-
"graphic_options": {},
1010+
"graphic_options": overlay_options,
10111011
}
10121012
)
10131013

0 commit comments

Comments
 (0)